Html Css Color HEX #CE821C Ochre

📋 copy color: '#CE821C'

red 206 ◦ green 130 ◦ blue 28

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

Shades of Ochre #CE821C

Tints of Ochre #CE821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

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

R = 56.59%
G = 35.71%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE821C (or 0xCE821C) is known color: Ochre. HEX triplet: CE, 82 and 1C. RGB value is (206,130,28). Sum of RGB (Red+Green+Blue) = 206+130+28=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE821C is #317DE3. Grayscale: #8D8D8D. Windows color (decimal): -3243492 or 1868494. OLE color: 1868494.

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

Color convert

RGB 206 130 28 -
CMYK 0 0.37 0.86 0.19
HSL 34.38º 0.76% 0.46% -
HSV(B) 34.38º 0.86% 0.81% -
XYZ 33.65 29.17 4.96 -
YUV 141.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 206 130 28 0 0.37 0.86 0.19 34.38 0.76 0.46
Hex CE 82 1C 0 25 56 13 22 4C 2E
Octal 316 202 34 0 45 126 23 42 114 56
Binary 11001110 10000010 11100 0 100101 1010110 10011 100010 1001100 101110

Color Harmonies of #CE821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE821C

Black with #CE821C

Text Example


Text Example

White with #CE821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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