Html Css Color HEX #CE8115 Ochre

📋 copy color: '#CE8115'

red 206 ◦ green 129 ◦ blue 21

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

Shades of Ochre #CE8115

Tints of Ochre #CE8115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.9%

R = 57.87%
G = 36.24%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE8115 (or 0xCE8115) is known color: Ochre. HEX triplet: CE, 81 and 15. RGB value is (206,129,21). Sum of RGB (Red+Green+Blue) = 206+129+21=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE8115 is #317EEA. Grayscale: #8C8C8C. Windows color (decimal): -3243755 or 1409486. OLE color: 1409486.

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

Color convert

RGB 206 129 21 -
CMYK 0 0.37 0.90 0.19
HSL 35.03º 0.81% 0.45% -
HSV(B) 35.03º 0.9% 0.81% -
XYZ 33.44 28.88 4.52 -
YUV 139.71 61.01 175.28 -
System Red Green Blue C M Y K H S L
Decimal 206 129 21 0 0.37 0.90 0.19 35.03 0.81 0.45
Hex CE 81 15 0 25 5A 13 23 51 2D
Octal 316 201 25 0 45 132 23 43 121 55
Binary 11001110 10000001 10101 0 100101 1011010 10011 100011 1010001 101101

Color Harmonies of #CE8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8115

Black with #CE8115

Text Example


Text Example

White with #CE8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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