Html Css Color HEX #CE8210 Ochre

📋 copy color: '#CE8210'

red 206 ◦ green 130 ◦ blue 16

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

Shades of Ochre #CE8210

Tints of Ochre #CE8210

RGB

 RED value IS 206 (80.86% from 255) = 58.52%

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

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

R = 58.52%
G = 36.93%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE8210 (or 0xCE8210) is known color: Ochre. HEX triplet: CE, 82 and 10. RGB value is (206,130,16). Sum of RGB (Red+Green+Blue) = 206+130+16=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8210 is #317DEF. Grayscale: #8C8C8C. Windows color (decimal): -3243504 or 1082062. OLE color: 1082062.

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

Color convert

RGB 206 130 16 -
CMYK 0 0.37 0.92 0.19
HSL 36º 0.86% 0.44% -
HSV(B) 36º 0.92% 0.81% -
XYZ 33.53 29.12 4.34 -
YUV 139.73 58.18 175.27 -
System Red Green Blue C M Y K H S L
Decimal 206 130 16 0 0.37 0.92 0.19 36 0.86 0.44
Hex CE 82 10 0 25 5C 13 24 56 2C
Octal 316 202 20 0 45 134 23 44 126 54
Binary 11001110 10000010 10000 0 100101 1011100 10011 100100 1010110 101100

Color Harmonies of #CE8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8210

Black with #CE8210

Text Example


Text Example

White with #CE8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8210; }

 p { color: rgb(206,130,16); }

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

background-color css

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

 a { background-color: rgb(206,130,16); }

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

border-color css

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

 span { border-color: rgb(206,130,16); }

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