Html Css Color HEX #CE7729 Ochre

📋 copy color: '#CE7729'

red 206 ◦ green 119 ◦ blue 41

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

Shades of Ochre #CE7729

Tints of Ochre #CE7729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 56.28%
G = 32.51%
B = 11.2%

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

#CE7729 (or 0xCE7729) is known color: Ochre. HEX triplet: CE, 77 and 29. RGB value is (206,119,41). Sum of RGB (Red+Green+Blue) = 206+119+41=366 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.28% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7729 is #3188D6. Grayscale: #888888. Windows color (decimal): -3246295 or 2717646. OLE color: 2717646.

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

Color convert

RGB 206 119 41 -
CMYK 0 0.42 0.80 0.19
HSL 28.36º 0.67% 0.48% -
HSV(B) 28.36º 0.8% 0.81% -
XYZ 32.45 26.48 5.5 -
YUV 136.12 74.32 177.84 -
System Red Green Blue C M Y K H S L
Decimal 206 119 41 0 0.42 0.80 0.19 28.36 0.67 0.48
Hex CE 77 29 0 2A 50 13 1C 43 30
Octal 316 167 51 0 52 120 23 34 103 60
Binary 11001110 1110111 101001 0 101010 1010000 10011 11100 1000011 110000

Color Harmonies of #CE7729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7729

Black with #CE7729

Text Example


Text Example

White with #CE7729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7729; }

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

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

background-color css

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

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

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

border-color css

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

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

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