Html Css Color HEX #CE7C16 Ochre

📋 copy color: '#CE7C16'

red 206 ◦ green 124 ◦ blue 22

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

Shades of Ochre #CE7C16

Tints of Ochre #CE7C16

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

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

R = 58.52%
G = 35.23%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CE7C16 (or 0xCE7C16) is known color: Ochre. HEX triplet: CE, 7C and 16. RGB value is (206,124,22). Sum of RGB (Red+Green+Blue) = 206+124+22=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7C16 is #3183E9. Grayscale: #898989. Windows color (decimal): -3245034 or 1473742. OLE color: 1473742.

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

Color convert

RGB 206 124 22 -
CMYK 0 0.40 0.89 0.19
HSL 33.26º 0.81% 0.45% -
HSV(B) 33.26º 0.89% 0.81% -
XYZ 32.81 27.6 4.36 -
YUV 136.89 63.17 177.29 -
System Red Green Blue C M Y K H S L
Decimal 206 124 22 0 0.40 0.89 0.19 33.26 0.81 0.45
Hex CE 7C 16 0 28 59 13 21 51 2D
Octal 316 174 26 0 50 131 23 41 121 55
Binary 11001110 1111100 10110 0 101000 1011001 10011 100001 1010001 101101

Color Harmonies of #CE7C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C16

Black with #CE7C16

Text Example


Text Example

White with #CE7C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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