Html Css Color HEX #CF9849 Anzac

📋 copy color: '#CF9849'

red 207 ◦ green 152 ◦ blue 73

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

Shades of Anzac #CF9849

Tints of Anzac #CF9849

RGB

 RED value IS 207 (81.25% from 255) = 47.92%

 GREEN value IS 152 (59.77% from 255) = 35.19%

 BLUE value IS 73 (28.91% from 255) = 16.9%

R = 47.92%
G = 35.19%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF9849 (or 0xCF9849) is known color: Anzac. HEX triplet: CF, 98 and 49. RGB value is (207,152,73). Sum of RGB (Red+Green+Blue) = 207+152+73=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9849 is #3067B6. Grayscale: #9F9F9F. Windows color (decimal): -3172279 or 4823247. OLE color: 4823247.

HSL color Cylindrical-coordinate representation of color #CF9849: hue angle of 35.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF9849 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 152 73 -
CMYK 0 0.27 0.65 0.19
HSL 35.37º 0.58% 0.55% -
HSV(B) 35.37º 0.65% 0.81% -
XYZ 38.16 36.2 11.28 -
YUV 159.44 79.22 161.92 -
System Red Green Blue C M Y K H S L
Decimal 207 152 73 0 0.27 0.65 0.19 35.37 0.58 0.55
Hex CF 98 49 0 1B 41 13 23 3A 37
Octal 317 230 111 0 33 101 23 43 72 67
Binary 11001111 10011000 1001001 0 11011 1000001 10011 100011 111010 110111

Color Harmonies of #CF9849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9849

Black with #CF9849

Text Example


Text Example

White with #CF9849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9849; }

 p { color: rgb(207,152,73); }

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

background-color css

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

 a { background-color: rgb(207,152,73); }

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

border-color css

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

 span { border-color: rgb(207,152,73); }

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