Html Css Color HEX #CC9445 Anzac

📋 copy color: '#CC9445'

red 204 ◦ green 148 ◦ blue 69

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

Shades of Anzac #CC9445

Tints of Anzac #CC9445

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 69 (27.34% from 255) = 16.39%

R = 48.46%
G = 35.15%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#CC9445 (or 0xCC9445) is known color: Anzac. HEX triplet: CC, 94 and 45. RGB value is (204,148,69). Sum of RGB (Red+Green+Blue) = 204+148+69=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9445 is #336BBA. Grayscale: #9C9C9C. Windows color (decimal): -3369915 or 4560076. OLE color: 4560076.

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

Color convert

RGB 204 148 69 -
CMYK 0 0.27 0.66 0.2
HSL 35.11º 0.57% 0.54% -
HSV(B) 35.11º 0.66% 0.8% -
XYZ 36.57 34.45 10.35 -
YUV 155.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 204 148 69 0 0.27 0.66 0.2 35.11 0.57 0.54
Hex CC 94 45 0 1B 42 14 23 39 36
Octal 314 224 105 0 33 102 24 43 71 66
Binary 11001100 10010100 1000101 0 11011 1000010 10100 100011 111001 110110

Color Harmonies of #CC9445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9445

Black with #CC9445

Text Example


Text Example

White with #CC9445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9445; }

 p { color: rgb(204,148,69); }

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

background-color css

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

 a { background-color: rgb(204,148,69); }

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

border-color css

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

 span { border-color: rgb(204,148,69); }

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