Html Css Color HEX #CE7616 Ochre

📋 copy color: '#CE7616'

red 206 ◦ green 118 ◦ blue 22

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

Shades of Ochre #CE7616

Tints of Ochre #CE7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.1%

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

R = 59.54%
G = 34.1%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7616 (or 0xCE7616) is known color: Ochre. HEX triplet: CE, 76 and 16. RGB value is (206,118,22). Sum of RGB (Red+Green+Blue) = 206+118+22=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7616 is #3189E9. Grayscale: #858585. Windows color (decimal): -3246570 or 1472206. OLE color: 1472206.

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

Color convert

RGB 206 118 22 -
CMYK 0 0.43 0.89 0.19
HSL 31.3º 0.81% 0.45% -
HSV(B) 31.3º 0.89% 0.81% -
XYZ 32.08 26.14 4.11 -
YUV 133.37 65.15 179.81 -
System Red Green Blue C M Y K H S L
Decimal 206 118 22 0 0.43 0.89 0.19 31.3 0.81 0.45
Hex CE 76 16 0 2B 59 13 1F 51 2D
Octal 316 166 26 0 53 131 23 37 121 55
Binary 11001110 1110110 10110 0 101011 1011001 10011 11111 1010001 101101

Color Harmonies of #CE7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7616

Black with #CE7616

Text Example


Text Example

White with #CE7616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7616; }

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

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

background-color css

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

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

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

border-color css

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

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

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