Html Css Color HEX #CE8320 Ochre

📋 copy color: '#CE8320'

red 206 ◦ green 131 ◦ blue 32

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

Shades of Ochre #CE8320

Tints of Ochre #CE8320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

 BLUE value IS 32 (12.89% from 255) = 8.67%

R = 55.83%
G = 35.5%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE8320 (or 0xCE8320) is known color: Ochre. HEX triplet: CE, 83 and 20. RGB value is (206,131,32). Sum of RGB (Red+Green+Blue) = 206+131+32=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8320 is #317CDF. Grayscale: #8E8E8E. Windows color (decimal): -3243232 or 2130894. OLE color: 2130894.

HSL color Cylindrical-coordinate representation of color #CE8320: hue angle of 34.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE8320 is Cyan = 0, Magento = 0.36, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 131 32 -
CMYK 0 0.36 0.84 0.19
HSL 34.14º 0.73% 0.47% -
HSV(B) 34.14º 0.84% 0.81% -
XYZ 33.83 29.46 5.27 -
YUV 142.14 65.85 173.55 -
System Red Green Blue C M Y K H S L
Decimal 206 131 32 0 0.36 0.84 0.19 34.14 0.73 0.47
Hex CE 83 20 0 24 54 13 22 49 2F
Octal 316 203 40 0 44 124 23 42 111 57
Binary 11001110 10000011 100000 0 100100 1010100 10011 100010 1001001 101111

Color Harmonies of #CE8320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8320

Black with #CE8320

Text Example


Text Example

White with #CE8320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8320; }

 p { color: rgb(206,131,32); }

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

background-color css

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

 a { background-color: rgb(206,131,32); }

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

border-color css

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

 span { border-color: rgb(206,131,32); }

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