Html Css Color HEX #CE7516 Ochre

📋 copy color: '#CE7516'

red 206 ◦ green 117 ◦ blue 22

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

Shades of Ochre #CE7516

Tints of Ochre #CE7516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 59.71%
G = 33.91%
B = 6.38%

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

#CE7516 (or 0xCE7516) is known color: Ochre. HEX triplet: CE, 75 and 16. RGB value is (206,117,22). Sum of RGB (Red+Green+Blue) = 206+117+22=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7516 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7516 is #318AE9. Grayscale: #858585. Windows color (decimal): -3246826 or 1471950. OLE color: 1471950.

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

Color convert

RGB 206 117 22 -
CMYK 0 0.43 0.89 0.19
HSL 30.98º 0.81% 0.45% -
HSV(B) 30.98º 0.89% 0.81% -
XYZ 31.96 25.9 4.07 -
YUV 132.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 206 117 22 0 0.43 0.89 0.19 30.98 0.81 0.45
Hex CE 75 16 0 2B 59 13 1F 51 2D
Octal 316 165 26 0 53 131 23 37 121 55
Binary 11001110 1110101 10110 0 101011 1011001 10011 11111 1010001 101101

Color Harmonies of #CE7516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7516

Black with #CE7516

Text Example


Text Example

White with #CE7516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7516; }

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

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

background-color css

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

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

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

border-color css

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

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

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