Html Css Color HEX #CF964A Anzac

📋 copy color: '#CF964A'

red 207 ◦ green 150 ◦ blue 74

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

Shades of Anzac #CF964A

Tints of Anzac #CF964A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.8%

 BLUE value IS 74 (29.3% from 255) = 17.17%

R = 48.03%
G = 34.8%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF964A (or 0xCF964A) is known color: Anzac. HEX triplet: CF, 96 and 4A. RGB value is (207,150,74). Sum of RGB (Red+Green+Blue) = 207+150+74=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF964A is #3069B5. Grayscale: #9E9E9E. Windows color (decimal): -3172790 or 4888271. OLE color: 4888271.

HSL color Cylindrical-coordinate representation of color #CF964A: hue angle of 34.29º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF964A is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 74 -
CMYK 0 0.28 0.64 0.19
HSL 34.29º 0.58% 0.55% -
HSV(B) 34.29º 0.64% 0.81% -
XYZ 37.87 35.57 11.35 -
YUV 158.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 207 150 74 0 0.28 0.64 0.19 34.29 0.58 0.55
Hex CF 96 4A 0 1C 40 13 22 3A 37
Octal 317 226 112 0 34 100 23 42 72 67
Binary 11001111 10010110 1001010 0 11100 1000000 10011 100010 111010 110111

Color Harmonies of #CF964A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF964A

Black with #CF964A

Text Example


Text Example

White with #CF964A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF964A; }

 p { color: rgb(207,150,74); }

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

background-color css

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

 a { background-color: rgb(207,150,74); }

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

border-color css

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

 span { border-color: rgb(207,150,74); }

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