Html Css Color HEX #CF9749 Anzac

📋 copy color: '#CF9749'

red 207 ◦ green 151 ◦ blue 73

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

Shades of Anzac #CF9749

Tints of Anzac #CF9749

RGB

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

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

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

R = 48.03%
G = 35.03%
B = 16.94%

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

#CF9749 (or 0xCF9749) is known color: Anzac. HEX triplet: CF, 97 and 49. RGB value is (207,151,73). Sum of RGB (Red+Green+Blue) = 207+151+73=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9749 is #3068B6. Grayscale: #9F9F9F. Windows color (decimal): -3172535 or 4822991. OLE color: 4822991.

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

Color convert

RGB 207 151 73 -
CMYK 0 0.27 0.65 0.19
HSL 34.93º 0.58% 0.55% -
HSV(B) 34.93º 0.65% 0.81% -
XYZ 38 35.88 11.23 -
YUV 158.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 207 151 73 0 0.27 0.65 0.19 34.93 0.58 0.55
Hex CF 97 49 0 1B 41 13 23 3A 37
Octal 317 227 111 0 33 101 23 43 72 67
Binary 11001111 10010111 1001001 0 11011 1000001 10011 100011 111010 110111

Color Harmonies of #CF9749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9749

Black with #CF9749

Text Example


Text Example

White with #CF9749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9749; }

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

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

background-color css

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

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

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

border-color css

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

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

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