Html Css Color HEX #C88E41 Anzac

📋 copy color: '#C88E41'

red 200 ◦ green 142 ◦ blue 65

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

Shades of Anzac #C88E41

Tints of Anzac #C88E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 49.14%
G = 34.89%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C88E41 (or 0xC88E41) is known color: Anzac. HEX triplet: C8, 8E and 41. RGB value is (200,142,65). Sum of RGB (Red+Green+Blue) = 200+142+65=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E41 is #3771BE. Grayscale: #969696. Windows color (decimal): -3633599 or 4296392. OLE color: 4296392.

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

Color convert

RGB 200 142 65 -
CMYK 0 0.29 0.68 0.22
HSL 34.22º 0.55% 0.52% -
HSV(B) 34.22º 0.68% 0.78% -
XYZ 34.45 32.01 9.36 -
YUV 150.56 79.72 163.26 -
System Red Green Blue C M Y K H S L
Decimal 200 142 65 0 0.29 0.68 0.22 34.22 0.55 0.52
Hex C8 8E 41 0 1D 44 16 22 37 34
Octal 310 216 101 0 35 104 26 42 67 64
Binary 11001000 10001110 1000001 0 11101 1000100 10110 100010 110111 110100

Color Harmonies of #C88E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E41

Black with #C88E41

Text Example


Text Example

White with #C88E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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