Html Css Color HEX #CE7915 Ochre

📋 copy color: '#CE7915'

red 206 ◦ green 121 ◦ blue 21

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

Shades of Ochre #CE7915

Tints of Ochre #CE7915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.03%

R = 59.2%
G = 34.77%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7915 (or 0xCE7915) is known color: Ochre. HEX triplet: CE, 79 and 15. RGB value is (206,121,21). Sum of RGB (Red+Green+Blue) = 206+121+21=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 21 (8.59% from 255 or 6.03% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7915 is #3186EA. Grayscale: #878787. Windows color (decimal): -3245803 or 1407438. OLE color: 1407438.

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

Color convert

RGB 206 121 21 -
CMYK 0 0.41 0.90 0.19
HSL 32.43º 0.81% 0.45% -
HSV(B) 32.43º 0.9% 0.81% -
XYZ 32.43 26.85 4.18 -
YUV 135.02 63.66 178.63 -
System Red Green Blue C M Y K H S L
Decimal 206 121 21 0 0.41 0.90 0.19 32.43 0.81 0.45
Hex CE 79 15 0 29 5A 13 20 51 2D
Octal 316 171 25 0 51 132 23 40 121 55
Binary 11001110 1111001 10101 0 101001 1011010 10011 100000 1010001 101101

Color Harmonies of #CE7915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7915

Black with #CE7915

Text Example


Text Example

White with #CE7915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7915; }

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

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

background-color css

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

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

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

border-color css

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

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

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