Html Css Color HEX #CE7617 Ochre

📋 copy color: '#CE7617'

red 206 ◦ green 118 ◦ blue 23

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

Shades of Ochre #CE7617

Tints of Ochre #CE7617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.63%

R = 59.37%
G = 34.01%
B = 6.63%

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

#CE7617 (or 0xCE7617) is known color: Ochre. HEX triplet: CE, 76 and 17. RGB value is (206,118,23). Sum of RGB (Red+Green+Blue) = 206+118+23=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 23 (9.38% from 255 or 6.63% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7617 is #3189E8. Grayscale: #858585. Windows color (decimal): -3246569 or 1537742. OLE color: 1537742.

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

Color convert

RGB 206 118 23 -
CMYK 0 0.43 0.89 0.19
HSL 31.15º 0.8% 0.45% -
HSV(B) 31.15º 0.89% 0.81% -
XYZ 32.09 26.14 4.17 -
YUV 133.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 206 118 23 0 0.43 0.89 0.19 31.15 0.8 0.45
Hex CE 76 17 0 2B 59 13 1F 50 2D
Octal 316 166 27 0 53 131 23 37 120 55
Binary 11001110 1110110 10111 0 101011 1011001 10011 11111 1010000 101101

Color Harmonies of #CE7617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7617

Black with #CE7617

Text Example


Text Example

White with #CE7617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7617; }

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

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

background-color css

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

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

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

border-color css

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

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

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