Html Css Color HEX #CF810E Ochre

📋 copy color: '#CF810E'

red 207 ◦ green 129 ◦ blue 14

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

Shades of Ochre #CF810E

Tints of Ochre #CF810E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

 BLUE value IS 14 (5.86% from 255) = 4%

R = 59.14%
G = 36.86%
B = 4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF810E (or 0xCF810E) is known color: Ochre. HEX triplet: CF, 81 and 0E. RGB value is (207,129,14). Sum of RGB (Red+Green+Blue) = 207+129+14=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF810E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF810E is #307EF1. Grayscale: #8B8B8B. Windows color (decimal): -3178226 or 950735. OLE color: 950735.

HSL color Cylindrical-coordinate representation of color #CF810E: hue angle of 35.75º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF810E is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 129 14 -
CMYK 0 0.38 0.93 0.19
HSL 35.75º 0.87% 0.43% -
HSV(B) 35.75º 0.93% 0.81% -
XYZ 33.66 29 4.24 -
YUV 139.21 57.34 176.35 -
System Red Green Blue C M Y K H S L
Decimal 207 129 14 0 0.38 0.93 0.19 35.75 0.87 0.43
Hex CF 81 E 0 26 5D 13 24 57 2B
Octal 317 201 16 0 46 135 23 44 127 53
Binary 11001111 10000001 1110 0 100110 1011101 10011 100100 1010111 101011

Color Harmonies of #CF810E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF810E

Black with #CF810E

Text Example


Text Example

White with #CF810E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF810E; }

 p { color: rgb(207,129,14); }

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

background-color css

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

 a { background-color: rgb(207,129,14); }

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

border-color css

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

 span { border-color: rgb(207,129,14); }

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