Html Css Color HEX #CF9D41 Anzac

📋 copy color: '#CF9D41'

red 207 ◦ green 157 ◦ blue 65

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

Shades of Anzac #CF9D41

Tints of Anzac #CF9D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

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

R = 48.25%
G = 36.6%
B = 15.15%

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

#CF9D41 (or 0xCF9D41) is known color: Anzac. HEX triplet: CF, 9D and 41. RGB value is (207,157,65). Sum of RGB (Red+Green+Blue) = 207+157+65=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9D41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9D41 is #3062BE. Grayscale: #A1A1A1. Windows color (decimal): -3171007 or 4300239. OLE color: 4300239.

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

Color convert

RGB 207 157 65 -
CMYK 0 0.24 0.69 0.19
HSL 38.87º 0.6% 0.53% -
HSV(B) 38.87º 0.69% 0.81% -
XYZ 38.74 37.76 10.25 -
YUV 161.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 207 157 65 0 0.24 0.69 0.19 38.87 0.6 0.53
Hex CF 9D 41 0 18 45 13 27 3C 35
Octal 317 235 101 0 30 105 23 47 74 65
Binary 11001111 10011101 1000001 0 11000 1000101 10011 100111 111100 110101

Color Harmonies of #CF9D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9D41

Black with #CF9D41

Text Example


Text Example

White with #CF9D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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