Html Css Color HEX #CE7718 Ochre

📋 copy color: '#CE7718'

red 206 ◦ green 119 ◦ blue 24

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

Shades of Ochre #CE7718

Tints of Ochre #CE7718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

 BLUE value IS 24 (9.77% from 255) = 6.88%

R = 59.03%
G = 34.1%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7718 (or 0xCE7718) is known color: Ochre. HEX triplet: CE, 77 and 18. RGB value is (206,119,24). Sum of RGB (Red+Green+Blue) = 206+119+24=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7718 is #3188E7. Grayscale: #868686. Windows color (decimal): -3246312 or 1603534. OLE color: 1603534.

HSL color Cylindrical-coordinate representation of color #CE7718: hue angle of 31.32º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE7718 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 119 24 -
CMYK 0 0.42 0.88 0.19
HSL 31.32º 0.79% 0.45% -
HSV(B) 31.32º 0.88% 0.81% -
XYZ 32.22 26.38 4.26 -
YUV 134.18 65.82 179.22 -
System Red Green Blue C M Y K H S L
Decimal 206 119 24 0 0.42 0.88 0.19 31.32 0.79 0.45
Hex CE 77 18 0 2A 58 13 1F 4F 2D
Octal 316 167 30 0 52 130 23 37 117 55
Binary 11001110 1110111 11000 0 101010 1011000 10011 11111 1001111 101101

Color Harmonies of #CE7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7718

Black with #CE7718

Text Example


Text Example

White with #CE7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7718; }

 p { color: rgb(206,119,24); }

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

background-color css

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

 a { background-color: rgb(206,119,24); }

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

border-color css

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

 span { border-color: rgb(206,119,24); }

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