Html Css Color HEX #CF7810 Ochre

📋 copy color: '#CF7810'

red 207 ◦ green 120 ◦ blue 16

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

Shades of Ochre #CF7810

Tints of Ochre #CF7810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 60.35%
G = 34.99%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF7810 (or 0xCF7810) is known color: Ochre. HEX triplet: CF, 78 and 10. RGB value is (207,120,16). Sum of RGB (Red+Green+Blue) = 207+120+16=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7810 is #3087EF. Grayscale: #868686. Windows color (decimal): -3180528 or 1079503. OLE color: 1079503.

HSL color Cylindrical-coordinate representation of color #CF7810: hue angle of 32.67º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF7810 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 16 -
CMYK 0 0.42 0.92 0.19
HSL 32.67º 0.86% 0.44% -
HSV(B) 32.67º 0.92% 0.81% -
XYZ 32.54 26.74 3.94 -
YUV 134.16 61.32 179.96 -
System Red Green Blue C M Y K H S L
Decimal 207 120 16 0 0.42 0.92 0.19 32.67 0.86 0.44
Hex CF 78 10 0 2A 5C 13 21 56 2C
Octal 317 170 20 0 52 134 23 41 126 54
Binary 11001111 1111000 10000 0 101010 1011100 10011 100001 1010110 101100

Color Harmonies of #CF7810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7810

Black with #CF7810

Text Example


Text Example

White with #CF7810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7810; }

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

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

background-color css

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

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

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

border-color css

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

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

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