Html Css Color HEX #CE7213 Ochre

📋 copy color: '#CE7213'

red 206 ◦ green 114 ◦ blue 19

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

Shades of Ochre #CE7213

Tints of Ochre #CE7213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 60.77%
G = 33.63%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE7213 (or 0xCE7213) is known color: Ochre. HEX triplet: CE, 72 and 13. RGB value is (206,114,19). Sum of RGB (Red+Green+Blue) = 206+114+19=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7213 is #318DEC. Grayscale: #838383. Windows color (decimal): -3247597 or 1274574. OLE color: 1274574.

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

Color convert

RGB 206 114 19 -
CMYK 0 0.45 0.91 0.19
HSL 30.48º 0.83% 0.44% -
HSV(B) 30.48º 0.91% 0.81% -
XYZ 31.59 25.2 3.82 -
YUV 130.68 64.98 181.72 -
System Red Green Blue C M Y K H S L
Decimal 206 114 19 0 0.45 0.91 0.19 30.48 0.83 0.44
Hex CE 72 13 0 2D 5B 13 1E 53 2C
Octal 316 162 23 0 55 133 23 36 123 54
Binary 11001110 1110010 10011 0 101101 1011011 10011 11110 1010011 101100

Color Harmonies of #CE7213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7213

Black with #CE7213

Text Example


Text Example

White with #CE7213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7213; }

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

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

background-color css

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

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

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

border-color css

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

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

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