Html Css Color HEX #CE7515 Ochre

📋 copy color: '#CE7515'

red 206 ◦ green 117 ◦ blue 21

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

Shades of Ochre #CE7515

Tints of Ochre #CE7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

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

R = 59.88%
G = 34.01%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7515 (or 0xCE7515) is known color: Ochre. HEX triplet: CE, 75 and 15. RGB value is (206,117,21). Sum of RGB (Red+Green+Blue) = 206+117+21=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7515 is #318AEA. Grayscale: #858585. Windows color (decimal): -3246827 or 1406414. OLE color: 1406414.

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

Color convert

RGB 206 117 21 -
CMYK 0 0.43 0.90 0.19
HSL 31.14º 0.81% 0.45% -
HSV(B) 31.14º 0.9% 0.81% -
XYZ 31.95 25.9 4.02 -
YUV 132.67 64.99 180.31 -
System Red Green Blue C M Y K H S L
Decimal 206 117 21 0 0.43 0.90 0.19 31.14 0.81 0.45
Hex CE 75 15 0 2B 5A 13 1F 51 2D
Octal 316 165 25 0 53 132 23 37 121 55
Binary 11001110 1110101 10101 0 101011 1011010 10011 11111 1010001 101101

Color Harmonies of #CE7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7515

Black with #CE7515

Text Example


Text Example

White with #CE7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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