Html Css Color HEX #CF9041 Anzac

📋 copy color: '#CF9041'

red 207 ◦ green 144 ◦ blue 65

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

Shades of Anzac #CF9041

Tints of Anzac #CF9041

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

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

R = 49.76%
G = 34.62%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF9041 (or 0xCF9041) is known color: Anzac. HEX triplet: CF, 90 and 41. RGB value is (207,144,65). Sum of RGB (Red+Green+Blue) = 207+144+65=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9041 is #306FBE. Grayscale: #9A9A9A. Windows color (decimal): -3174335 or 4296911. OLE color: 4296911.

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

Color convert

RGB 207 144 65 -
CMYK 0 0.30 0.69 0.19
HSL 33.38º 0.6% 0.53% -
HSV(B) 33.38º 0.69% 0.81% -
XYZ 36.66 33.59 9.55 -
YUV 153.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 207 144 65 0 0.30 0.69 0.19 33.38 0.6 0.53
Hex CF 90 41 0 1E 45 13 21 3C 35
Octal 317 220 101 0 36 105 23 41 74 65
Binary 11001111 10010000 1000001 0 11110 1000101 10011 100001 111100 110101

Color Harmonies of #CF9041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9041

Black with #CF9041

Text Example


Text Example

White with #CF9041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9041; }

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

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

background-color css

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

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

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

border-color css

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

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

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