Html Css Color HEX #CE7913 Ochre

📋 copy color: '#CE7913'

red 206 ◦ green 121 ◦ blue 19

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

Shades of Ochre #CE7913

Tints of Ochre #CE7913

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

 BLUE value IS 19 (7.81% from 255) = 5.49%

R = 59.54%
G = 34.97%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CE7913 (or 0xCE7913) is known color: Ochre. HEX triplet: CE, 79 and 13. RGB value is (206,121,19). Sum of RGB (Red+Green+Blue) = 206+121+19=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7913 is #3186EC. Grayscale: #878787. Windows color (decimal): -3245805 or 1276366. OLE color: 1276366.

HSL color Cylindrical-coordinate representation of color #CE7913: hue angle of 32.73º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE7913 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 121 19 -
CMYK 0 0.41 0.91 0.19
HSL 32.73º 0.83% 0.44% -
HSV(B) 32.73º 0.91% 0.81% -
XYZ 32.41 26.84 4.09 -
YUV 134.79 62.66 178.79 -
System Red Green Blue C M Y K H S L
Decimal 206 121 19 0 0.41 0.91 0.19 32.73 0.83 0.44
Hex CE 79 13 0 29 5B 13 21 53 2C
Octal 316 171 23 0 51 133 23 41 123 54
Binary 11001110 1111001 10011 0 101001 1011011 10011 100001 1010011 101100

Color Harmonies of #CE7913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7913

Black with #CE7913

Text Example


Text Example

White with #CE7913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7913; }

 p { color: rgb(206,121,19); }

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

background-color css

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

 a { background-color: rgb(206,121,19); }

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

border-color css

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

 span { border-color: rgb(206,121,19); }

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