Html Css Color HEX #CC9243 Anzac

📋 copy color: '#CC9243'

red 204 ◦ green 146 ◦ blue 67

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

Shades of Anzac #CC9243

Tints of Anzac #CC9243

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

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

R = 48.92%
G = 35.01%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC9243 (or 0xCC9243) is known color: Anzac. HEX triplet: CC, 92 and 43. RGB value is (204,146,67). Sum of RGB (Red+Green+Blue) = 204+146+67=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9243 is #336DBC. Grayscale: #9A9A9A. Windows color (decimal): -3370429 or 4428492. OLE color: 4428492.

HSL color Cylindrical-coordinate representation of color #CC9243: hue angle of 34.6º 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 #CC9243 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 146 67 -
CMYK 0 0.28 0.67 0.2
HSL 34.6º 0.57% 0.53% -
HSV(B) 34.6º 0.67% 0.8% -
XYZ 36.19 33.8 9.93 -
YUV 154.34 78.72 163.42 -
System Red Green Blue C M Y K H S L
Decimal 204 146 67 0 0.28 0.67 0.2 34.6 0.57 0.53
Hex CC 92 43 0 1C 43 14 23 39 35
Octal 314 222 103 0 34 103 24 43 71 65
Binary 11001100 10010010 1000011 0 11100 1000011 10100 100011 111001 110101

Color Harmonies of #CC9243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9243

Black with #CC9243

Text Example


Text Example

White with #CC9243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9243; }

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

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

background-color css

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

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

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

border-color css

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

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

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