Html Css Color HEX #CF8114 Ochre

📋 copy color: '#CF8114'

red 207 ◦ green 129 ◦ blue 20

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

Shades of Ochre #CF8114

Tints of Ochre #CF8114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 58.15%
G = 36.24%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF8114 (or 0xCF8114) is known color: Ochre. HEX triplet: CF, 81 and 14. RGB value is (207,129,20). Sum of RGB (Red+Green+Blue) = 207+129+20=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8114 is #307EEB. Grayscale: #8C8C8C. Windows color (decimal): -3178220 or 1343951. OLE color: 1343951.

HSL color Cylindrical-coordinate representation of color #CF8114: hue angle of 34.97º 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 #CF8114 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 129 20 -
CMYK 0 0.38 0.90 0.19
HSL 34.97º 0.82% 0.45% -
HSV(B) 34.97º 0.9% 0.81% -
XYZ 33.71 29.02 4.49 -
YUV 139.9 60.34 175.86 -
System Red Green Blue C M Y K H S L
Decimal 207 129 20 0 0.38 0.90 0.19 34.97 0.82 0.45
Hex CF 81 14 0 26 5A 13 23 52 2D
Octal 317 201 24 0 46 132 23 43 122 55
Binary 11001111 10000001 10100 0 100110 1011010 10011 100011 1010010 101101

Color Harmonies of #CF8114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8114

Black with #CF8114

Text Example


Text Example

White with #CF8114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8114; }

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

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

background-color css

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

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

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

border-color css

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

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

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