Html Css Color HEX #CC9740 Anzac

📋 copy color: '#CC9740'

red 204 ◦ green 151 ◦ blue 64

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

Shades of Anzac #CC9740

Tints of Anzac #CC9740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.04%

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

R = 48.69%
G = 36.04%
B = 15.27%

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

#CC9740 (or 0xCC9740) is known color: Anzac. HEX triplet: CC, 97 and 40. RGB value is (204,151,64). Sum of RGB (Red+Green+Blue) = 204+151+64=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9740 is #3368BF. Grayscale: #9D9D9D. Windows color (decimal): -3369152 or 4233164. OLE color: 4233164.

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

Color convert

RGB 204 151 64 -
CMYK 0 0.26 0.69 0.2
HSL 37.29º 0.58% 0.53% -
HSV(B) 37.29º 0.69% 0.8% -
XYZ 36.89 35.34 9.73 -
YUV 156.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 204 151 64 0 0.26 0.69 0.2 37.29 0.58 0.53
Hex CC 97 40 0 1A 45 14 25 3A 35
Octal 314 227 100 0 32 105 24 45 72 65
Binary 11001100 10010111 1000000 0 11010 1000101 10100 100101 111010 110101

Color Harmonies of #CC9740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9740

Black with #CC9740

Text Example


Text Example

White with #CC9740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9740; }

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

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

background-color css

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

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

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

border-color css

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

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

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