Html Css Color HEX #CE7C18 Ochre

📋 copy color: '#CE7C18'

red 206 ◦ green 124 ◦ blue 24

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

Shades of Ochre #CE7C18

Tints of Ochre #CE7C18

RGB

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

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

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

R = 58.19%
G = 35.03%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7C18 (or 0xCE7C18) is known color: Ochre. HEX triplet: CE, 7C and 18. RGB value is (206,124,24). Sum of RGB (Red+Green+Blue) = 206+124+24=354 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.19% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7C18 is #3183E7. Grayscale: #898989. Windows color (decimal): -3245032 or 1604814. OLE color: 1604814.

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

Color convert

RGB 206 124 24 -
CMYK 0 0.40 0.88 0.19
HSL 32.97º 0.79% 0.45% -
HSV(B) 32.97º 0.88% 0.81% -
XYZ 32.83 27.6 4.46 -
YUV 137.12 64.17 177.13 -
System Red Green Blue C M Y K H S L
Decimal 206 124 24 0 0.40 0.88 0.19 32.97 0.79 0.45
Hex CE 7C 18 0 28 58 13 21 4F 2D
Octal 316 174 30 0 50 130 23 41 117 55
Binary 11001110 1111100 11000 0 101000 1011000 10011 100001 1001111 101101

Color Harmonies of #CE7C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C18

Black with #CE7C18

Text Example


Text Example

White with #CE7C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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