Html Css Color HEX #CE7829 Ochre

📋 copy color: '#CE7829'

red 206 ◦ green 120 ◦ blue 41

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

Shades of Ochre #CE7829

Tints of Ochre #CE7829

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.7%

 BLUE value IS 41 (16.41% from 255) = 11.17%

R = 56.13%
G = 32.7%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE7829 (or 0xCE7829) is known color: Ochre. HEX triplet: CE, 78 and 29. RGB value is (206,120,41). Sum of RGB (Red+Green+Blue) = 206+120+41=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7829 is #3187D6. Grayscale: #898989. Windows color (decimal): -3246039 or 2717902. OLE color: 2717902.

HSL color Cylindrical-coordinate representation of color #CE7829: hue angle of 28.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE7829 is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 120 41 -
CMYK 0 0.42 0.80 0.19
HSL 28.73º 0.67% 0.48% -
HSV(B) 28.73º 0.8% 0.81% -
XYZ 32.57 26.71 5.54 -
YUV 136.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 206 120 41 0 0.42 0.80 0.19 28.73 0.67 0.48
Hex CE 78 29 0 2A 50 13 1D 43 30
Octal 316 170 51 0 52 120 23 35 103 60
Binary 11001110 1111000 101001 0 101010 1010000 10011 11101 1000011 110000

Color Harmonies of #CE7829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7829

Black with #CE7829

Text Example


Text Example

White with #CE7829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7829; }

 p { color: rgb(206,120,41); }

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

background-color css

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

 a { background-color: rgb(206,120,41); }

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

border-color css

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

 span { border-color: rgb(206,120,41); }

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