Html Css Color HEX #CF810F Ochre

📋 copy color: '#CF810F'

red 207 ◦ green 129 ◦ blue 15

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

Shades of Ochre #CF810F

Tints of Ochre #CF810F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.27%

R = 58.97%
G = 36.75%
B = 4.27%

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

#CF810F (or 0xCF810F) is known color: Ochre. HEX triplet: CF, 81 and 0F. RGB value is (207,129,15). Sum of RGB (Red+Green+Blue) = 207+129+15=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF810F is #307EF0. Grayscale: #8B8B8B. Windows color (decimal): -3178225 or 1016271. OLE color: 1016271.

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

Color convert

RGB 207 129 15 -
CMYK 0 0.38 0.93 0.19
HSL 35.63º 0.86% 0.44% -
HSV(B) 35.63º 0.93% 0.81% -
XYZ 33.67 29 4.28 -
YUV 139.33 57.84 176.27 -
System Red Green Blue C M Y K H S L
Decimal 207 129 15 0 0.38 0.93 0.19 35.63 0.86 0.44
Hex CF 81 F 0 26 5D 13 24 56 2C
Octal 317 201 17 0 46 135 23 44 126 54
Binary 11001111 10000001 1111 0 100110 1011101 10011 100100 1010110 101100

Color Harmonies of #CF810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF810F

Black with #CF810F

Text Example


Text Example

White with #CF810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF810F; }

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

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

background-color css

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

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

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

border-color css

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

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

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