Html Css Color HEX #CF963E Anzac

📋 copy color: '#CF963E'

red 207 ◦ green 150 ◦ blue 62

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

Shades of Anzac #CF963E

Tints of Anzac #CF963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.8%

R = 49.4%
G = 35.8%
B = 14.8%

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

#CF963E (or 0xCF963E) is known color: Anzac. HEX triplet: CF, 96 and 3E. RGB value is (207,150,62). Sum of RGB (Red+Green+Blue) = 207+150+62=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF963E is #3069C1. Grayscale: #9D9D9D. Windows color (decimal): -3172802 or 4101839. OLE color: 4101839.

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

Color convert

RGB 207 150 62 -
CMYK 0 0.28 0.70 0.19
HSL 36.41º 0.6% 0.53% -
HSV(B) 36.41º 0.7% 0.81% -
XYZ 37.51 35.43 9.42 -
YUV 157.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 207 150 62 0 0.28 0.70 0.19 36.41 0.6 0.53
Hex CF 96 3E 0 1C 46 13 24 3C 35
Octal 317 226 76 0 34 106 23 44 74 65
Binary 11001111 10010110 111110 0 11100 1000110 10011 100100 111100 110101

Color Harmonies of #CF963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF963E

Black with #CF963E

Text Example


Text Example

White with #CF963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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