Html Css Color HEX #CF9E41 Anzac

📋 copy color: '#CF9E41'

red 207 ◦ green 158 ◦ blue 65

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

Shades of Anzac #CF9E41

Tints of Anzac #CF9E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.12%

R = 48.14%
G = 36.74%
B = 15.12%

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

#CF9E41 (or 0xCF9E41) is known color: Anzac. HEX triplet: CF, 9E and 41. RGB value is (207,158,65). Sum of RGB (Red+Green+Blue) = 207+158+65=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9E41 is #3061BE. Grayscale: #A2A2A2. Windows color (decimal): -3170751 or 4300495. OLE color: 4300495.

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

Color convert

RGB 207 158 65 -
CMYK 0 0.24 0.69 0.19
HSL 39.3º 0.6% 0.53% -
HSV(B) 39.3º 0.69% 0.81% -
XYZ 38.91 38.1 10.3 -
YUV 162.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 207 158 65 0 0.24 0.69 0.19 39.3 0.6 0.53
Hex CF 9E 41 0 18 45 13 27 3C 35
Octal 317 236 101 0 30 105 23 47 74 65
Binary 11001111 10011110 1000001 0 11000 1000101 10011 100111 111100 110101

Color Harmonies of #CF9E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E41

Black with #CF9E41

Text Example


Text Example

White with #CF9E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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