Html Css Color HEX #CE851C Ochre

📋 copy color: '#CE851C'

red 206 ◦ green 133 ◦ blue 28

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

Shades of Ochre #CE851C

Tints of Ochre #CE851C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 28 (11.33% from 255) = 7.63%

R = 56.13%
G = 36.24%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE851C (or 0xCE851C) is known color: Ochre. HEX triplet: CE, 85 and 1C. RGB value is (206,133,28). Sum of RGB (Red+Green+Blue) = 206+133+28=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE851C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE851C is #317AE3. Grayscale: #8F8F8F. Windows color (decimal): -3242724 or 1869262. OLE color: 1869262.

HSL color Cylindrical-coordinate representation of color #CE851C: hue angle of 35.39º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE851C is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 28 -
CMYK 0 0.35 0.86 0.19
HSL 35.39º 0.76% 0.46% -
HSV(B) 35.39º 0.86% 0.81% -
XYZ 34.05 29.98 5.09 -
YUV 142.86 63.18 173.04 -
System Red Green Blue C M Y K H S L
Decimal 206 133 28 0 0.35 0.86 0.19 35.39 0.76 0.46
Hex CE 85 1C 0 23 56 13 23 4C 2E
Octal 316 205 34 0 43 126 23 43 114 56
Binary 11001110 10000101 11100 0 100011 1010110 10011 100011 1001100 101110

Color Harmonies of #CE851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE851C

Black with #CE851C

Text Example


Text Example

White with #CE851C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE851C; }

 p { color: rgb(206,133,28); }

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

background-color css

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

 a { background-color: rgb(206,133,28); }

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

border-color css

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

 span { border-color: rgb(206,133,28); }

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