Html Css Color HEX #CE7A16 Ochre

📋 copy color: '#CE7A16'

red 206 ◦ green 122 ◦ blue 22

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

Shades of Ochre #CE7A16

Tints of Ochre #CE7A16

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.86%

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

R = 58.86%
G = 34.86%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7A16 (or 0xCE7A16) is known color: Ochre. HEX triplet: CE, 7A and 16. RGB value is (206,122,22). Sum of RGB (Red+Green+Blue) = 206+122+22=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A16 is #3185E9. Grayscale: #888888. Windows color (decimal): -3245546 or 1473230. OLE color: 1473230.

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

Color convert

RGB 206 122 22 -
CMYK 0 0.41 0.89 0.19
HSL 32.61º 0.81% 0.45% -
HSV(B) 32.61º 0.89% 0.81% -
XYZ 32.56 27.1 4.27 -
YUV 135.72 63.83 178.13 -
System Red Green Blue C M Y K H S L
Decimal 206 122 22 0 0.41 0.89 0.19 32.61 0.81 0.45
Hex CE 7A 16 0 29 59 13 21 51 2D
Octal 316 172 26 0 51 131 23 41 121 55
Binary 11001110 1111010 10110 0 101001 1011001 10011 100001 1010001 101101

Color Harmonies of #CE7A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A16

Black with #CE7A16

Text Example


Text Example

White with #CE7A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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