Html Css Color HEX #CC9640 Anzac

📋 copy color: '#CC9640'

red 204 ◦ green 150 ◦ blue 64

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

Shades of Anzac #CC9640

Tints of Anzac #CC9640

RGB

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

 GREEN value IS 150 (58.98% from 255) = 35.89%

 BLUE value IS 64 (25.39% from 255) = 15.31%

R = 48.8%
G = 35.89%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#CC9640 (or 0xCC9640) is known color: Anzac. HEX triplet: CC, 96 and 40. RGB value is (204,150,64). Sum of RGB (Red+Green+Blue) = 204+150+64=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9640 is #3369BF. Grayscale: #9C9C9C. Windows color (decimal): -3369408 or 4232908. OLE color: 4232908.

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

Color convert

RGB 204 150 64 -
CMYK 0 0.26 0.69 0.2
HSL 36.86º 0.58% 0.53% -
HSV(B) 36.86º 0.69% 0.8% -
XYZ 36.73 35.02 9.67 -
YUV 156.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 204 150 64 0 0.26 0.69 0.2 36.86 0.58 0.53
Hex CC 96 40 0 1A 45 14 25 3A 35
Octal 314 226 100 0 32 105 24 45 72 65
Binary 11001100 10010110 1000000 0 11010 1000101 10100 100101 111010 110101

Color Harmonies of #CC9640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9640

Black with #CC9640

Text Example


Text Example

White with #CC9640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9640; }

 p { color: rgb(204,150,64); }

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

background-color css

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

 a { background-color: rgb(204,150,64); }

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

border-color css

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

 span { border-color: rgb(204,150,64); }

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