Html Css Color HEX #CF973E Anzac

📋 copy color: '#CF973E'

red 207 ◦ green 151 ◦ blue 62

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

Shades of Anzac #CF973E

Tints of Anzac #CF973E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

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

R = 49.29%
G = 35.95%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF973E (or 0xCF973E) is known color: Anzac. HEX triplet: CF, 97 and 3E. RGB value is (207,151,62). Sum of RGB (Red+Green+Blue) = 207+151+62=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF973E is #3068C1. Grayscale: #9E9E9E. Windows color (decimal): -3172546 or 4102095. OLE color: 4102095.

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

Color convert

RGB 207 151 62 -
CMYK 0 0.27 0.70 0.19
HSL 36.83º 0.6% 0.53% -
HSV(B) 36.83º 0.7% 0.81% -
XYZ 37.67 35.75 9.47 -
YUV 157.6 74.05 163.24 -
System Red Green Blue C M Y K H S L
Decimal 207 151 62 0 0.27 0.70 0.19 36.83 0.6 0.53
Hex CF 97 3E 0 1B 46 13 25 3C 35
Octal 317 227 76 0 33 106 23 45 74 65
Binary 11001111 10010111 111110 0 11011 1000110 10011 100101 111100 110101

Color Harmonies of #CF973E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF973E

Black with #CF973E

Text Example


Text Example

White with #CF973E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF973E; }

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

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

background-color css

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

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

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

border-color css

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

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

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