Html Css Color HEX #CE7819 Ochre

📋 copy color: '#CE7819'

red 206 ◦ green 120 ◦ blue 25

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

Shades of Ochre #CE7819

Tints of Ochre #CE7819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.19%

 BLUE value IS 25 (10.16% from 255) = 7.12%

R = 58.69%
G = 34.19%
B = 7.12%

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

#CE7819 (or 0xCE7819) is known color: Ochre. HEX triplet: CE, 78 and 19. RGB value is (206,120,25). Sum of RGB (Red+Green+Blue) = 206+120+25=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7819 is #3187E6. Grayscale: #878787. Windows color (decimal): -3246055 or 1669326. OLE color: 1669326.

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

Color convert

RGB 206 120 25 -
CMYK 0 0.42 0.88 0.19
HSL 31.49º 0.78% 0.45% -
HSV(B) 31.49º 0.88% 0.81% -
XYZ 32.35 26.62 4.35 -
YUV 134.88 65.99 178.72 -
System Red Green Blue C M Y K H S L
Decimal 206 120 25 0 0.42 0.88 0.19 31.49 0.78 0.45
Hex CE 78 19 0 2A 58 13 1F 4E 2D
Octal 316 170 31 0 52 130 23 37 116 55
Binary 11001110 1111000 11001 0 101010 1011000 10011 11111 1001110 101101

Color Harmonies of #CE7819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7819

Black with #CE7819

Text Example


Text Example

White with #CE7819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7819; }

 p { color: rgb(206,120,25); }

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

background-color css

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

 a { background-color: rgb(206,120,25); }

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

border-color css

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

 span { border-color: rgb(206,120,25); }

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