Html Css Color HEX #CF9949 Anzac

📋 copy color: '#CF9949'

red 207 ◦ green 153 ◦ blue 73

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

Shades of Anzac #CF9949

Tints of Anzac #CF9949

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.33%

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

R = 47.81%
G = 35.33%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF9949 (or 0xCF9949) is known color: Anzac. HEX triplet: CF, 99 and 49. RGB value is (207,153,73). Sum of RGB (Red+Green+Blue) = 207+153+73=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9949 is #3066B6. Grayscale: #A0A0A0. Windows color (decimal): -3172023 or 4823503. OLE color: 4823503.

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

Color convert

RGB 207 153 73 -
CMYK 0 0.26 0.65 0.19
HSL 35.82º 0.58% 0.55% -
HSV(B) 35.82º 0.65% 0.81% -
XYZ 38.33 36.53 11.33 -
YUV 160.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 207 153 73 0 0.26 0.65 0.19 35.82 0.58 0.55
Hex CF 99 49 0 1A 41 13 24 3A 37
Octal 317 231 111 0 32 101 23 44 72 67
Binary 11001111 10011001 1001001 0 11010 1000001 10011 100100 111010 110111

Color Harmonies of #CF9949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9949

Black with #CF9949

Text Example


Text Example

White with #CF9949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9949; }

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

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

background-color css

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

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

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

border-color css

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

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

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