Html Css Color HEX #CF963F Anzac

📋 copy color: '#CF963F'

red 207 ◦ green 150 ◦ blue 63

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

Shades of Anzac #CF963F

Tints of Anzac #CF963F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15%

R = 49.29%
G = 35.71%
B = 15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF963F (or 0xCF963F) is known color: Anzac. HEX triplet: CF, 96 and 3F. RGB value is (207,150,63). Sum of RGB (Red+Green+Blue) = 207+150+63=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF963F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF963F is #3069C0. Grayscale: #9D9D9D. Windows color (decimal): -3172801 or 4167375. OLE color: 4167375.

HSL color Cylindrical-coordinate representation of color #CF963F: hue angle of 36.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF963F is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 150 63 -
CMYK 0 0.28 0.70 0.19
HSL 36.25º 0.6% 0.53% -
HSV(B) 36.25º 0.7% 0.81% -
XYZ 37.54 35.44 9.56 -
YUV 157.13 74.88 163.57 -
System Red Green Blue C M Y K H S L
Decimal 207 150 63 0 0.28 0.70 0.19 36.25 0.6 0.53
Hex CF 96 3F 0 1C 46 13 24 3C 35
Octal 317 226 77 0 34 106 23 44 74 65
Binary 11001111 10010110 111111 0 11100 1000110 10011 100100 111100 110101

Color Harmonies of #CF963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF963F

Black with #CF963F

Text Example


Text Example

White with #CF963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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