Html Css Color HEX #CF820E Ochre

📋 copy color: '#CF820E'

red 207 ◦ green 130 ◦ blue 14

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

Shades of Ochre #CF820E

Tints of Ochre #CF820E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.04%

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

R = 58.97%
G = 37.04%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF820E (or 0xCF820E) is known color: Ochre. HEX triplet: CF, 82 and 0E. RGB value is (207,130,14). Sum of RGB (Red+Green+Blue) = 207+130+14=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 14 (5.86% from 255 or 3.99% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF820E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF820E is #307DF1. Grayscale: #8C8C8C. Windows color (decimal): -3177970 or 950991. OLE color: 950991.

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

Color convert

RGB 207 130 14 -
CMYK 0 0.37 0.93 0.19
HSL 36.06º 0.87% 0.43% -
HSV(B) 36.06º 0.93% 0.81% -
XYZ 33.79 29.26 4.28 -
YUV 139.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 207 130 14 0 0.37 0.93 0.19 36.06 0.87 0.43
Hex CF 82 E 0 25 5D 13 24 57 2B
Octal 317 202 16 0 45 135 23 44 127 53
Binary 11001111 10000010 1110 0 100101 1011101 10011 100100 1010111 101011

Color Harmonies of #CF820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF820E

Black with #CF820E

Text Example


Text Example

White with #CF820E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF820E; }

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

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

background-color css

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

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

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

border-color css

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

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

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