Html Css Color HEX #CF7120 Ochre

📋 copy color: '#CF7120'

red 207 ◦ green 113 ◦ blue 32

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

Shades of Ochre #CF7120

Tints of Ochre #CF7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.1%

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 58.81%
G = 32.1%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF7120 (or 0xCF7120) is known color: Ochre. HEX triplet: CF, 71 and 20. RGB value is (207,113,32). Sum of RGB (Red+Green+Blue) = 207+113+32=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7120 is #308EDF. Grayscale: #848484. Windows color (decimal): -3182304 or 2126287. OLE color: 2126287.

HSL color Cylindrical-coordinate representation of color #CF7120: hue angle of 27.77º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF7120 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 113 32 -
CMYK 0 0.45 0.85 0.19
HSL 27.77º 0.73% 0.47% -
HSV(B) 27.77º 0.85% 0.81% -
XYZ 31.9 25.18 4.55 -
YUV 131.87 71.64 181.59 -
System Red Green Blue C M Y K H S L
Decimal 207 113 32 0 0.45 0.85 0.19 27.77 0.73 0.47
Hex CF 71 20 0 2D 55 13 1C 49 2F
Octal 317 161 40 0 55 125 23 34 111 57
Binary 11001111 1110001 100000 0 101101 1010101 10011 11100 1001001 101111

Color Harmonies of #CF7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7120

Black with #CF7120

Text Example


Text Example

White with #CF7120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7120; }

 p { color: rgb(207,113,32); }

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

background-color css

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

 a { background-color: rgb(207,113,32); }

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

border-color css

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

 span { border-color: rgb(207,113,32); }

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