Html Css Color HEX #CE7520 Ochre

📋 copy color: '#CE7520'

red 206 ◦ green 117 ◦ blue 32

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

Shades of Ochre #CE7520

Tints of Ochre #CE7520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.01%

R = 58.03%
G = 32.96%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE7520 (or 0xCE7520) is known color: Ochre. HEX triplet: CE, 75 and 20. RGB value is (206,117,32). Sum of RGB (Red+Green+Blue) = 206+117+32=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7520 is #318ADF. Grayscale: #868686. Windows color (decimal): -3246816 or 2127310. OLE color: 2127310.

HSL color Cylindrical-coordinate representation of color #CE7520: hue angle of 29.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE7520 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 117 32 -
CMYK 0 0.43 0.84 0.19
HSL 29.31º 0.73% 0.47% -
HSV(B) 29.31º 0.84% 0.81% -
XYZ 32.08 25.95 4.68 -
YUV 133.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 206 117 32 0 0.43 0.84 0.19 29.31 0.73 0.47
Hex CE 75 20 0 2B 54 13 1D 49 2F
Octal 316 165 40 0 53 124 23 35 111 57
Binary 11001110 1110101 100000 0 101011 1010100 10011 11101 1001001 101111

Color Harmonies of #CE7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7520

Black with #CE7520

Text Example


Text Example

White with #CE7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7520; }

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

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

background-color css

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

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

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

border-color css

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

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

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