Html Css Color HEX #CE7A15 Ochre

📋 copy color: '#CE7A15'

red 206 ◦ green 122 ◦ blue 21

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

Shades of Ochre #CE7A15

Tints of Ochre #CE7A15

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.96%

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

R = 59.03%
G = 34.96%
B = 6.02%

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

#CE7A15 (or 0xCE7A15) is known color: Ochre. HEX triplet: CE, 7A and 15. RGB value is (206,122,21). Sum of RGB (Red+Green+Blue) = 206+122+21=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 21 (8.59% from 255 or 6.02% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7A15 is #3185EA. Grayscale: #888888. Windows color (decimal): -3245547 or 1407694. OLE color: 1407694.

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

Color convert

RGB 206 122 21 -
CMYK 0 0.41 0.90 0.19
HSL 32.76º 0.81% 0.45% -
HSV(B) 32.76º 0.9% 0.81% -
XYZ 32.55 27.1 4.22 -
YUV 135.6 63.33 178.21 -
System Red Green Blue C M Y K H S L
Decimal 206 122 21 0 0.41 0.90 0.19 32.76 0.81 0.45
Hex CE 7A 15 0 29 5A 13 21 51 2D
Octal 316 172 25 0 51 132 23 41 121 55
Binary 11001110 1111010 10101 0 101001 1011010 10011 100001 1010001 101101

Color Harmonies of #CE7A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7A15

Black with #CE7A15

Text Example


Text Example

White with #CE7A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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