Html Css Color HEX #CE7219 Ochre

📋 copy color: '#CE7219'

red 206 ◦ green 114 ◦ blue 25

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

Shades of Ochre #CE7219

Tints of Ochre #CE7219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.04%

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

R = 59.71%
G = 33.04%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CE7219 (or 0xCE7219) is known color: Ochre. HEX triplet: CE, 72 and 19. RGB value is (206,114,25). Sum of RGB (Red+Green+Blue) = 206+114+25=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7219 is #318DE6. Grayscale: #838383. Windows color (decimal): -3247591 or 1667790. OLE color: 1667790.

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

Color convert

RGB 206 114 25 -
CMYK 0 0.45 0.88 0.19
HSL 29.5º 0.78% 0.45% -
HSV(B) 29.5º 0.88% 0.81% -
XYZ 31.65 25.23 4.12 -
YUV 131.36 67.98 181.24 -
System Red Green Blue C M Y K H S L
Decimal 206 114 25 0 0.45 0.88 0.19 29.5 0.78 0.45
Hex CE 72 19 0 2D 58 13 1E 4E 2D
Octal 316 162 31 0 55 130 23 36 116 55
Binary 11001110 1110010 11001 0 101101 1011000 10011 11110 1001110 101101

Color Harmonies of #CE7219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7219

Black with #CE7219

Text Example


Text Example

White with #CE7219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7219; }

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

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

background-color css

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

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

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

border-color css

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

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

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