Html Css Color HEX #CF9A41 Anzac

📋 copy color: '#CF9A41'

red 207 ◦ green 154 ◦ blue 65

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

Shades of Anzac #CF9A41

Tints of Anzac #CF9A41

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.15%

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

R = 48.59%
G = 36.15%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF9A41 (or 0xCF9A41) is known color: Anzac. HEX triplet: CF, 9A and 41. RGB value is (207,154,65). Sum of RGB (Red+Green+Blue) = 207+154+65=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9A41 is #3065BE. Grayscale: #A0A0A0. Windows color (decimal): -3171775 or 4299471. OLE color: 4299471.

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

Color convert

RGB 207 154 65 -
CMYK 0 0.26 0.69 0.19
HSL 37.61º 0.6% 0.53% -
HSV(B) 37.61º 0.69% 0.81% -
XYZ 38.24 36.76 10.08 -
YUV 159.7 74.56 161.74 -
System Red Green Blue C M Y K H S L
Decimal 207 154 65 0 0.26 0.69 0.19 37.61 0.6 0.53
Hex CF 9A 41 0 1A 45 13 26 3C 35
Octal 317 232 101 0 32 105 23 46 74 65
Binary 11001111 10011010 1000001 0 11010 1000101 10011 100110 111100 110101

Color Harmonies of #CF9A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9A41

Black with #CF9A41

Text Example


Text Example

White with #CF9A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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