Html Css Color HEX #CE7716 Ochre

📋 copy color: '#CE7716'

red 206 ◦ green 119 ◦ blue 22

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

Shades of Ochre #CE7716

Tints of Ochre #CE7716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.34%

R = 59.37%
G = 34.29%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7716 (or 0xCE7716) is known color: Ochre. HEX triplet: CE, 77 and 16. RGB value is (206,119,22). Sum of RGB (Red+Green+Blue) = 206+119+22=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7716 is #3188E9. Grayscale: #868686. Windows color (decimal): -3246314 or 1472462. OLE color: 1472462.

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

Color convert

RGB 206 119 22 -
CMYK 0 0.42 0.89 0.19
HSL 31.63º 0.81% 0.45% -
HSV(B) 31.63º 0.89% 0.81% -
XYZ 32.2 26.37 4.15 -
YUV 133.96 64.82 179.39 -
System Red Green Blue C M Y K H S L
Decimal 206 119 22 0 0.42 0.89 0.19 31.63 0.81 0.45
Hex CE 77 16 0 2A 59 13 20 51 2D
Octal 316 167 26 0 52 131 23 40 121 55
Binary 11001110 1110111 10110 0 101010 1011001 10011 100000 1010001 101101

Color Harmonies of #CE7716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7716

Black with #CE7716

Text Example


Text Example

White with #CE7716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7716; }

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

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

background-color css

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

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

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

border-color css

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

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

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