Html Css Color HEX #CF9E40 Anzac

📋 copy color: '#CF9E40'

red 207 ◦ green 158 ◦ blue 64

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

Shades of Anzac #CF9E40

Tints of Anzac #CF9E40

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.83%

 BLUE value IS 64 (25.39% from 255) = 14.92%

R = 48.25%
G = 36.83%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF9E40 (or 0xCF9E40) is known color: Anzac. HEX triplet: CF, 9E and 40. RGB value is (207,158,64). Sum of RGB (Red+Green+Blue) = 207+158+64=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E40 is #3061BF. Grayscale: #A2A2A2. Windows color (decimal): -3170752 or 4234959. OLE color: 4234959.

HSL color Cylindrical-coordinate representation of color #CF9E40: hue angle of 39.44º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF9E40 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 158 64 -
CMYK 0 0.24 0.69 0.19
HSL 39.44º 0.6% 0.53% -
HSV(B) 39.44º 0.69% 0.81% -
XYZ 38.88 38.09 10.15 -
YUV 161.94 72.73 160.14 -
System Red Green Blue C M Y K H S L
Decimal 207 158 64 0 0.24 0.69 0.19 39.44 0.6 0.53
Hex CF 9E 40 0 18 45 13 27 3C 35
Octal 317 236 100 0 30 105 23 47 74 65
Binary 11001111 10011110 1000000 0 11000 1000101 10011 100111 111100 110101

Color Harmonies of #CF9E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E40

Black with #CF9E40

Text Example


Text Example

White with #CF9E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E40; }

 p { color: rgb(207,158,64); }

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

background-color css

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

 a { background-color: rgb(207,158,64); }

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

border-color css

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

 span { border-color: rgb(207,158,64); }

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