Html Css Color HEX #CC9E43 Anzac

📋 copy color: '#CC9E43'

red 204 ◦ green 158 ◦ blue 67

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

Shades of Anzac #CC9E43

Tints of Anzac #CC9E43

RGB

 RED value IS 204 (80.08% from 255) = 47.55%

 GREEN value IS 158 (62.11% from 255) = 36.83%

 BLUE value IS 67 (26.56% from 255) = 15.62%

R = 47.55%
G = 36.83%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC9E43 (or 0xCC9E43) is known color: Anzac. HEX triplet: CC, 9E and 43. RGB value is (204,158,67). Sum of RGB (Red+Green+Blue) = 204+158+67=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9E43 is #3361BC. Grayscale: #A1A1A1. Windows color (decimal): -3367357 or 4431564. OLE color: 4431564.

HSL color Cylindrical-coordinate representation of color #CC9E43: hue angle of 39.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC9E43 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 158 67 -
CMYK 0 0.23 0.67 0.2
HSL 39.85º 0.57% 0.53% -
HSV(B) 39.85º 0.67% 0.8% -
XYZ 38.14 37.7 10.58 -
YUV 161.38 74.74 158.4 -
System Red Green Blue C M Y K H S L
Decimal 204 158 67 0 0.23 0.67 0.2 39.85 0.57 0.53
Hex CC 9E 43 0 17 43 14 28 39 35
Octal 314 236 103 0 27 103 24 50 71 65
Binary 11001100 10011110 1000011 0 10111 1000011 10100 101000 111001 110101

Color Harmonies of #CC9E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E43

Black with #CC9E43

Text Example


Text Example

White with #CC9E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E43; }

 p { color: rgb(204,158,67); }

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

background-color css

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

 a { background-color: rgb(204,158,67); }

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

border-color css

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

 span { border-color: rgb(204,158,67); }

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