Html Css Color HEX #CE841C Ochre

📋 copy color: '#CE841C'

red 206 ◦ green 132 ◦ blue 28

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

Shades of Ochre #CE841C

Tints of Ochre #CE841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 56.28%
G = 36.07%
B = 7.65%

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

#CE841C (or 0xCE841C) is known color: Ochre. HEX triplet: CE, 84 and 1C. RGB value is (206,132,28). Sum of RGB (Red+Green+Blue) = 206+132+28=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE841C is #317BE3. Grayscale: #8E8E8E. Windows color (decimal): -3242980 or 1869006. OLE color: 1869006.

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

Color convert

RGB 206 132 28 -
CMYK 0 0.36 0.86 0.19
HSL 35.06º 0.76% 0.46% -
HSV(B) 35.06º 0.86% 0.81% -
XYZ 33.91 29.71 5.05 -
YUV 142.27 63.52 173.46 -
System Red Green Blue C M Y K H S L
Decimal 206 132 28 0 0.36 0.86 0.19 35.06 0.76 0.46
Hex CE 84 1C 0 24 56 13 23 4C 2E
Octal 316 204 34 0 44 126 23 43 114 56
Binary 11001110 10000100 11100 0 100100 1010110 10011 100011 1001100 101110

Color Harmonies of #CE841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE841C

Black with #CE841C

Text Example


Text Example

White with #CE841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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