Html Css Color HEX #CF9141 Anzac

📋 copy color: '#CF9141'

red 207 ◦ green 145 ◦ blue 65

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

Shades of Anzac #CF9141

Tints of Anzac #CF9141

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.77%

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

R = 49.64%
G = 34.77%
B = 15.59%

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

#CF9141 (or 0xCF9141) is known color: Anzac. HEX triplet: CF, 91 and 41. RGB value is (207,145,65). Sum of RGB (Red+Green+Blue) = 207+145+65=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9141 is #306EBE. Grayscale: #9A9A9A. Windows color (decimal): -3174079 or 4297167. OLE color: 4297167.

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

Color convert

RGB 207 145 65 -
CMYK 0 0.30 0.69 0.19
HSL 33.8º 0.6% 0.53% -
HSV(B) 33.8º 0.69% 0.81% -
XYZ 36.81 33.9 9.6 -
YUV 154.42 77.54 165.5 -
System Red Green Blue C M Y K H S L
Decimal 207 145 65 0 0.30 0.69 0.19 33.8 0.6 0.53
Hex CF 91 41 0 1E 45 13 22 3C 35
Octal 317 221 101 0 36 105 23 42 74 65
Binary 11001111 10010001 1000001 0 11110 1000101 10011 100010 111100 110101

Color Harmonies of #CF9141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9141

Black with #CF9141

Text Example


Text Example

White with #CF9141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9141; }

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

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

background-color css

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

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

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

border-color css

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

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

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