Html Css Color HEX #CF7815 Ochre

📋 copy color: '#CF7815'

red 207 ◦ green 120 ◦ blue 21

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

Shades of Ochre #CF7815

Tints of Ochre #CF7815

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

 BLUE value IS 21 (8.59% from 255) = 6.03%

R = 59.48%
G = 34.48%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF7815 (or 0xCF7815) is known color: Ochre. HEX triplet: CF, 78 and 15. RGB value is (207,120,21). Sum of RGB (Red+Green+Blue) = 207+120+21=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7815 is #3087EA. Grayscale: #878787. Windows color (decimal): -3180523 or 1407183. OLE color: 1407183.

HSL color Cylindrical-coordinate representation of color #CF7815: hue angle of 31.94º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF7815 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 21 -
CMYK 0 0.42 0.90 0.19
HSL 31.94º 0.82% 0.45% -
HSV(B) 31.94º 0.9% 0.81% -
XYZ 32.58 26.75 4.16 -
YUV 134.73 63.82 179.55 -
System Red Green Blue C M Y K H S L
Decimal 207 120 21 0 0.42 0.90 0.19 31.94 0.82 0.45
Hex CF 78 15 0 2A 5A 13 20 52 2D
Octal 317 170 25 0 52 132 23 40 122 55
Binary 11001111 1111000 10101 0 101010 1011010 10011 100000 1010010 101101

Color Harmonies of #CF7815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7815

Black with #CF7815

Text Example


Text Example

White with #CF7815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7815; }

 p { color: rgb(207,120,21); }

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

background-color css

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

 a { background-color: rgb(207,120,21); }

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

border-color css

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

 span { border-color: rgb(207,120,21); }

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