Html Css Color HEX #CF9B46 Anzac

📋 copy color: '#CF9B46'

red 207 ◦ green 155 ◦ blue 70

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

Shades of Anzac #CF9B46

Tints of Anzac #CF9B46

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

 BLUE value IS 70 (27.73% from 255) = 16.2%

R = 47.92%
G = 35.88%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CF9B46 (or 0xCF9B46) is known color: Anzac. HEX triplet: CF, 9B and 46. RGB value is (207,155,70). Sum of RGB (Red+Green+Blue) = 207+155+70=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 70 (27.73% from 255 or 16.20% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B46 is #3064B9. Grayscale: #A1A1A1. Windows color (decimal): -3171514 or 4627407. OLE color: 4627407.

HSL color Cylindrical-coordinate representation of color #CF9B46: hue angle of 37.23º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF9B46 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 155 70 -
CMYK 0 0.25 0.66 0.19
HSL 37.23º 0.59% 0.54% -
HSV(B) 37.23º 0.66% 0.81% -
XYZ 38.56 37.15 10.93 -
YUV 160.86 76.73 160.91 -
System Red Green Blue C M Y K H S L
Decimal 207 155 70 0 0.25 0.66 0.19 37.23 0.59 0.54
Hex CF 9B 46 0 19 42 13 25 3B 36
Octal 317 233 106 0 31 102 23 45 73 66
Binary 11001111 10011011 1000110 0 11001 1000010 10011 100101 111011 110110

Color Harmonies of #CF9B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B46

Black with #CF9B46

Text Example


Text Example

White with #CF9B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B46; }

 p { color: rgb(207,155,70); }

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

background-color css

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

 a { background-color: rgb(207,155,70); }

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

border-color css

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

 span { border-color: rgb(207,155,70); }

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