Html Css Color HEX #CE7615 Ochre

📋 copy color: '#CE7615'

red 206 ◦ green 118 ◦ blue 21

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

Shades of Ochre #CE7615

Tints of Ochre #CE7615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

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

R = 59.71%
G = 34.2%
B = 6.09%

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

#CE7615 (or 0xCE7615) is known color: Ochre. HEX triplet: CE, 76 and 15. RGB value is (206,118,21). Sum of RGB (Red+Green+Blue) = 206+118+21=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7615 is #3189EA. Grayscale: #858585. Windows color (decimal): -3246571 or 1406670. OLE color: 1406670.

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

Color convert

RGB 206 118 21 -
CMYK 0 0.43 0.90 0.19
HSL 31.46º 0.81% 0.45% -
HSV(B) 31.46º 0.9% 0.81% -
XYZ 32.07 26.13 4.06 -
YUV 133.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 206 118 21 0 0.43 0.90 0.19 31.46 0.81 0.45
Hex CE 76 15 0 2B 5A 13 1F 51 2D
Octal 316 166 25 0 53 132 23 37 121 55
Binary 11001110 1110110 10101 0 101011 1011010 10011 11111 1010001 101101

Color Harmonies of #CE7615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7615

Black with #CE7615

Text Example


Text Example

White with #CE7615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7615; }

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

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

background-color css

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

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

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

border-color css

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

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

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