Html Css Color HEX #CF9149 Anzac

📋 copy color: '#CF9149'

red 207 ◦ green 145 ◦ blue 73

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

Shades of Anzac #CF9149

Tints of Anzac #CF9149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.12%

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

R = 48.71%
G = 34.12%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CF9149 (or 0xCF9149) is known color: Anzac. HEX triplet: CF, 91 and 49. RGB value is (207,145,73). Sum of RGB (Red+Green+Blue) = 207+145+73=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 73 (28.91% from 255 or 17.18% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9149 is #306EB6. Grayscale: #9B9B9B. Windows color (decimal): -3174071 or 4821455. OLE color: 4821455.

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

Color convert

RGB 207 145 73 -
CMYK 0 0.30 0.65 0.19
HSL 32.24º 0.58% 0.55% -
HSV(B) 32.24º 0.65% 0.81% -
XYZ 37.06 34 10.91 -
YUV 155.33 81.54 164.85 -
System Red Green Blue C M Y K H S L
Decimal 207 145 73 0 0.30 0.65 0.19 32.24 0.58 0.55
Hex CF 91 49 0 1E 41 13 20 3A 37
Octal 317 221 111 0 36 101 23 40 72 67
Binary 11001111 10010001 1001001 0 11110 1000001 10011 100000 111010 110111

Color Harmonies of #CF9149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9149

Black with #CF9149

Text Example


Text Example

White with #CF9149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9149; }

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

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

background-color css

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

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

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

border-color css

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

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

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