Html Css Color HEX #CE8213 Ochre

📋 copy color: '#CE8213'

red 206 ◦ green 130 ◦ blue 19

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

Shades of Ochre #CE8213

Tints of Ochre #CE8213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 58.03%
G = 36.62%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE8213 (or 0xCE8213) is known color: Ochre. HEX triplet: CE, 82 and 13. RGB value is (206,130,19). Sum of RGB (Red+Green+Blue) = 206+130+19=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8213 is #317DEC. Grayscale: #8C8C8C. Windows color (decimal): -3243501 or 1278670. OLE color: 1278670.

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

Color convert

RGB 206 130 19 -
CMYK 0 0.37 0.91 0.19
HSL 35.61º 0.83% 0.44% -
HSV(B) 35.61º 0.91% 0.81% -
XYZ 33.55 29.13 4.47 -
YUV 140.07 59.68 175.03 -
System Red Green Blue C M Y K H S L
Decimal 206 130 19 0 0.37 0.91 0.19 35.61 0.83 0.44
Hex CE 82 13 0 25 5B 13 24 53 2C
Octal 316 202 23 0 45 133 23 44 123 54
Binary 11001110 10000010 10011 0 100101 1011011 10011 100100 1010011 101100

Color Harmonies of #CE8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8213

Black with #CE8213

Text Example


Text Example

White with #CE8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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