Html Css Color HEX #CE7816 Ochre

📋 copy color: '#CE7816'

red 206 ◦ green 120 ◦ blue 22

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

Shades of Ochre #CE7816

Tints of Ochre #CE7816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.48%

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

R = 59.2%
G = 34.48%
B = 6.32%

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

#CE7816 (or 0xCE7816) is known color: Ochre. HEX triplet: CE, 78 and 16. RGB value is (206,120,22). Sum of RGB (Red+Green+Blue) = 206+120+22=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 120 (47.27% from 255 or 34.48% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7816 is #3187E9. Grayscale: #878787. Windows color (decimal): -3246058 or 1472718. OLE color: 1472718.

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

Color convert

RGB 206 120 22 -
CMYK 0 0.42 0.89 0.19
HSL 31.96º 0.81% 0.45% -
HSV(B) 31.96º 0.89% 0.81% -
XYZ 32.31 26.61 4.19 -
YUV 134.54 64.49 178.97 -
System Red Green Blue C M Y K H S L
Decimal 206 120 22 0 0.42 0.89 0.19 31.96 0.81 0.45
Hex CE 78 16 0 2A 59 13 20 51 2D
Octal 316 170 26 0 52 131 23 40 121 55
Binary 11001110 1111000 10110 0 101010 1011001 10011 100000 1010001 101101

Color Harmonies of #CE7816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7816

Black with #CE7816

Text Example


Text Example

White with #CE7816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7816; }

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

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

background-color css

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

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

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

border-color css

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

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

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