Html Css Color HEX #C99742 Anzac

📋 copy color: '#C99742'

red 201 ◦ green 151 ◦ blue 66

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

Shades of Anzac #C99742

Tints of Anzac #C99742

RGB

 RED value IS 201 (78.91% from 255) = 48.09%

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

 BLUE value IS 66 (26.17% from 255) = 15.79%

R = 48.09%
G = 36.12%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C99742 (or 0xC99742) is known color: Anzac. HEX triplet: C9, 97 and 42. RGB value is (201,151,66). Sum of RGB (Red+Green+Blue) = 201+151+66=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C99742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99742 is #3668BD. Grayscale: #9C9C9C. Windows color (decimal): -3565758 or 4364233. OLE color: 4364233.

HSL color Cylindrical-coordinate representation of color #C99742: hue angle of 37.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C99742 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 151 66 -
CMYK 0 0.25 0.67 0.21
HSL 37.78º 0.56% 0.52% -
HSV(B) 37.78º 0.67% 0.79% -
XYZ 36.14 34.94 9.99 -
YUV 156.26 77.07 159.91 -
System Red Green Blue C M Y K H S L
Decimal 201 151 66 0 0.25 0.67 0.21 37.78 0.56 0.52
Hex C9 97 42 0 19 43 15 26 38 34
Octal 311 227 102 0 31 103 25 46 70 64
Binary 11001001 10010111 1000010 0 11001 1000011 10101 100110 111000 110100

Color Harmonies of #C99742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99742

Black with #C99742

Text Example


Text Example

White with #C99742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99742; }

 p { color: rgb(201,151,66); }

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

background-color css

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

 a { background-color: rgb(201,151,66); }

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

border-color css

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

 span { border-color: rgb(201,151,66); }

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