Html Css Color HEX #C88E3D Anzac

📋 copy color: '#C88E3D'

red 200 ◦ green 142 ◦ blue 61

#C88E3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anzac #C88E3D

Tints of Anzac #C88E3D

RGB

 RED value IS 200 (78.52% from 255) = 49.63%

 GREEN value IS 142 (55.86% from 255) = 35.24%

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 49.63%
G = 35.24%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C88E3D (or 0xC88E3D) is known color: Anzac. HEX triplet: C8, 8E and 3D. RGB value is (200,142,61). Sum of RGB (Red+Green+Blue) = 200+142+61=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E3D is #3771C2. Grayscale: #969696. Windows color (decimal): -3633603 or 4034248. OLE color: 4034248.

HSL color Cylindrical-coordinate representation of color #C88E3D: hue angle of 34.96º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C88E3D is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 142 61 -
CMYK 0 0.29 0.69 0.22
HSL 34.96º 0.56% 0.51% -
HSV(B) 34.96º 0.7% 0.78% -
XYZ 34.33 31.96 8.77 -
YUV 150.11 77.72 163.59 -
System Red Green Blue C M Y K H S L
Decimal 200 142 61 0 0.29 0.69 0.22 34.96 0.56 0.51
Hex C8 8E 3D 0 1D 45 16 23 38 33
Octal 310 216 75 0 35 105 26 43 70 63
Binary 11001000 10001110 111101 0 11101 1000101 10110 100011 111000 110011

Color Harmonies of #C88E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E3D

Black with #C88E3D

Text Example


Text Example

White with #C88E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E3D; }

 p { color: rgb(200,142,61); }

 H1.HeaderClassName
 {
   color: #C88E3D;
 }
 .AnyTagClassName
 {
   color: #C88E3D;
 }
</style>

background-color css

<style>
 a { background-color: #C88E3D; }

 a { background-color: rgb(200,142,61); }

 div.DivClassName
 {
   background-color: #C88E3D;
 }
 .BgClassName
 {
   background-color: #C88E3D;
 }
</style>

border-color css

<style>
 span { border-color: #C88E3D; }

 span { border-color: rgb(200,142,61); }

 td.TdClassName
 {
   border-color: #C88E3D;
 }
 .TagClassName
 {
   border-color: #C88E3D;
 }
</style>