Html Css Color HEX #CE7116 Ochre

📋 copy color: '#CE7116'

red 206 ◦ green 113 ◦ blue 22

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

Shades of Ochre #CE7116

Tints of Ochre #CE7116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 60.41%
G = 33.14%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7116 (or 0xCE7116) is known color: Ochre. HEX triplet: CE, 71 and 16. RGB value is (206,113,22). Sum of RGB (Red+Green+Blue) = 206+113+22=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7116 is #318EE9. Grayscale: #828282. Windows color (decimal): -3247850 or 1470926. OLE color: 1470926.

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

Color convert

RGB 206 113 22 -
CMYK 0 0.45 0.89 0.19
HSL 29.67º 0.81% 0.45% -
HSV(B) 29.67º 0.89% 0.81% -
XYZ 31.5 24.99 3.92 -
YUV 130.43 66.81 181.9 -
System Red Green Blue C M Y K H S L
Decimal 206 113 22 0 0.45 0.89 0.19 29.67 0.81 0.45
Hex CE 71 16 0 2D 59 13 1E 51 2D
Octal 316 161 26 0 55 131 23 36 121 55
Binary 11001110 1110001 10110 0 101101 1011001 10011 11110 1010001 101101

Color Harmonies of #CE7116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7116

Black with #CE7116

Text Example


Text Example

White with #CE7116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7116; }

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

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

background-color css

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

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

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

border-color css

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

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

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