Html Css Color HEX #CF9145 Anzac

📋 copy color: '#CF9145'

red 207 ◦ green 145 ◦ blue 69

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

Shades of Anzac #CF9145

Tints of Anzac #CF9145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.39%

R = 49.17%
G = 34.44%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF9145 (or 0xCF9145) is known color: Anzac. HEX triplet: CF, 91 and 45. RGB value is (207,145,69). Sum of RGB (Red+Green+Blue) = 207+145+69=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9145 is #306EBA. Grayscale: #9B9B9B. Windows color (decimal): -3174075 or 4559311. OLE color: 4559311.

HSL color Cylindrical-coordinate representation of color #CF9145: hue angle of 33.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF9145 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 145 69 -
CMYK 0 0.30 0.67 0.19
HSL 33.04º 0.59% 0.54% -
HSV(B) 33.04º 0.67% 0.81% -
XYZ 36.93 33.95 10.24 -
YUV 154.87 79.54 165.18 -
System Red Green Blue C M Y K H S L
Decimal 207 145 69 0 0.30 0.67 0.19 33.04 0.59 0.54
Hex CF 91 45 0 1E 43 13 21 3B 36
Octal 317 221 105 0 36 103 23 41 73 66
Binary 11001111 10010001 1000101 0 11110 1000011 10011 100001 111011 110110

Color Harmonies of #CF9145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9145

Black with #CF9145

Text Example


Text Example

White with #CF9145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9145; }

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

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

background-color css

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

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

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

border-color css

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

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

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