Html Css Color HEX #CE801C Ochre

📋 copy color: '#CE801C'

red 206 ◦ green 128 ◦ blue 28

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

Shades of Ochre #CE801C

Tints of Ochre #CE801C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

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

R = 56.91%
G = 35.36%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE801C (or 0xCE801C) is known color: Ochre. HEX triplet: CE, 80 and 1C. RGB value is (206,128,28). Sum of RGB (Red+Green+Blue) = 206+128+28=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE801C is #317FE3. Grayscale: #8C8C8C. Windows color (decimal): -3244004 or 1867982. OLE color: 1867982.

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

Color convert

RGB 206 128 28 -
CMYK 0 0.38 0.86 0.19
HSL 33.71º 0.76% 0.46% -
HSV(B) 33.71º 0.86% 0.81% -
XYZ 33.38 28.64 4.87 -
YUV 139.92 64.84 175.13 -
System Red Green Blue C M Y K H S L
Decimal 206 128 28 0 0.38 0.86 0.19 33.71 0.76 0.46
Hex CE 80 1C 0 26 56 13 22 4C 2E
Octal 316 200 34 0 46 126 23 42 114 56
Binary 11001110 10000000 11100 0 100110 1010110 10011 100010 1001100 101110

Color Harmonies of #CE801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE801C

Black with #CE801C

Text Example


Text Example

White with #CE801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE801C; }

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

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

background-color css

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

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

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

border-color css

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

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

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