Html Css Color HEX #CE7529 Ochre

📋 copy color: '#CE7529'

red 206 ◦ green 117 ◦ blue 41

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

Shades of Ochre #CE7529

Tints of Ochre #CE7529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

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

R = 56.59%
G = 32.14%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CE7529 (or 0xCE7529) is known color: Ochre. HEX triplet: CE, 75 and 29. RGB value is (206,117,41). Sum of RGB (Red+Green+Blue) = 206+117+41=364 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.59% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7529 is #318AD6. Grayscale: #878787. Windows color (decimal): -3246807 or 2717134. OLE color: 2717134.

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

Color convert

RGB 206 117 41 -
CMYK 0 0.43 0.80 0.19
HSL 27.64º 0.67% 0.48% -
HSV(B) 27.64º 0.8% 0.81% -
XYZ 32.22 26 5.42 -
YUV 134.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 206 117 41 0 0.43 0.80 0.19 27.64 0.67 0.48
Hex CE 75 29 0 2B 50 13 1C 43 30
Octal 316 165 51 0 53 120 23 34 103 60
Binary 11001110 1110101 101001 0 101011 1010000 10011 11100 1000011 110000

Color Harmonies of #CE7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7529

Black with #CE7529

Text Example


Text Example

White with #CE7529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7529; }

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

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

background-color css

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

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

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

border-color css

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

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

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