Html Css Color HEX #CE8113 Ochre

📋 copy color: '#CE8113'

red 206 ◦ green 129 ◦ blue 19

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

Shades of Ochre #CE8113

Tints of Ochre #CE8113

RGB

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

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

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

R = 58.19%
G = 36.44%
B = 5.37%

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

#CE8113 (or 0xCE8113) is known color: Ochre. HEX triplet: CE, 81 and 13. RGB value is (206,129,19). Sum of RGB (Red+Green+Blue) = 206+129+19=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8113 is #317EEC. Grayscale: #8C8C8C. Windows color (decimal): -3243757 or 1278414. OLE color: 1278414.

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

Color convert

RGB 206 129 19 -
CMYK 0 0.37 0.91 0.19
HSL 35.29º 0.83% 0.44% -
HSV(B) 35.29º 0.91% 0.81% -
XYZ 33.42 28.87 4.43 -
YUV 139.48 60.01 175.44 -
System Red Green Blue C M Y K H S L
Decimal 206 129 19 0 0.37 0.91 0.19 35.29 0.83 0.44
Hex CE 81 13 0 25 5B 13 23 53 2C
Octal 316 201 23 0 45 133 23 43 123 54
Binary 11001110 10000001 10011 0 100101 1011011 10011 100011 1010011 101100

Color Harmonies of #CE8113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8113

Black with #CE8113

Text Example


Text Example

White with #CE8113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8113; }

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

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

background-color css

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

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

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

border-color css

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

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

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