Html Css Color HEX #CE7720 Ochre

📋 copy color: '#CE7720'

red 206 ◦ green 119 ◦ blue 32

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

Shades of Ochre #CE7720

Tints of Ochre #CE7720

RGB

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

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

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

R = 57.7%
G = 33.33%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CE7720 (or 0xCE7720) is known color: Ochre. HEX triplet: CE, 77 and 20. RGB value is (206,119,32). Sum of RGB (Red+Green+Blue) = 206+119+32=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE7720 is #3188DF. Grayscale: #878787. Windows color (decimal): -3246304 or 2127822. OLE color: 2127822.

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

Color convert

RGB 206 119 32 -
CMYK 0 0.42 0.84 0.19
HSL 30º 0.73% 0.47% -
HSV(B) 30º 0.84% 0.81% -
XYZ 32.31 26.42 4.76 -
YUV 135.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 206 119 32 0 0.42 0.84 0.19 30 0.73 0.47
Hex CE 77 20 0 2A 54 13 1E 49 2F
Octal 316 167 40 0 52 124 23 36 111 57
Binary 11001110 1110111 100000 0 101010 1010100 10011 11110 1001001 101111

Color Harmonies of #CE7720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7720

Black with #CE7720

Text Example


Text Example

White with #CE7720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7720; }

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

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

background-color css

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

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

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

border-color css

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

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

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