Html Css Color HEX #CE831C Ochre

📋 copy color: '#CE831C'

red 206 ◦ green 131 ◦ blue 28

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

Shades of Ochre #CE831C

Tints of Ochre #CE831C

RGB

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

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

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

R = 56.44%
G = 35.89%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE831C (or 0xCE831C) is known color: Ochre. HEX triplet: CE, 83 and 1C. RGB value is (206,131,28). Sum of RGB (Red+Green+Blue) = 206+131+28=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE831C is #317CE3. Grayscale: #8E8E8E. Windows color (decimal): -3243236 or 1868750. OLE color: 1868750.

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

Color convert

RGB 206 131 28 -
CMYK 0 0.36 0.86 0.19
HSL 34.72º 0.76% 0.46% -
HSV(B) 34.72º 0.86% 0.81% -
XYZ 33.78 29.44 5 -
YUV 141.68 63.85 173.88 -
System Red Green Blue C M Y K H S L
Decimal 206 131 28 0 0.36 0.86 0.19 34.72 0.76 0.46
Hex CE 83 1C 0 24 56 13 23 4C 2E
Octal 316 203 34 0 44 126 23 43 114 56
Binary 11001110 10000011 11100 0 100100 1010110 10011 100011 1001100 101110

Color Harmonies of #CE831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE831C

Black with #CE831C

Text Example


Text Example

White with #CE831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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