Html Css Color HEX #CF9541 Anzac

📋 copy color: '#CF9541'

red 207 ◦ green 149 ◦ blue 65

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

Shades of Anzac #CF9541

Tints of Anzac #CF9541

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.39%

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

R = 49.17%
G = 35.39%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF9541 (or 0xCF9541) is known color: Anzac. HEX triplet: CF, 95 and 41. RGB value is (207,149,65). Sum of RGB (Red+Green+Blue) = 207+149+65=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9541 is #306ABE. Grayscale: #9D9D9D. Windows color (decimal): -3173055 or 4298191. OLE color: 4298191.

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

Color convert

RGB 207 149 65 -
CMYK 0 0.28 0.69 0.19
HSL 35.49º 0.6% 0.53% -
HSV(B) 35.49º 0.69% 0.81% -
XYZ 37.43 35.14 9.81 -
YUV 156.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 207 149 65 0 0.28 0.69 0.19 35.49 0.6 0.53
Hex CF 95 41 0 1C 45 13 23 3C 35
Octal 317 225 101 0 34 105 23 43 74 65
Binary 11001111 10010101 1000001 0 11100 1000101 10011 100011 111100 110101

Color Harmonies of #CF9541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9541

Black with #CF9541

Text Example


Text Example

White with #CF9541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9541; }

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

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

background-color css

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

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

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

border-color css

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

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

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