Html Css Color HEX #CE7C15 Ochre

📋 copy color: '#CE7C15'

red 206 ◦ green 124 ◦ blue 21

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

Shades of Ochre #CE7C15

Tints of Ochre #CE7C15

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.33%

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

R = 58.69%
G = 35.33%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CE7C15 (or 0xCE7C15) is known color: Ochre. HEX triplet: CE, 7C and 15. RGB value is (206,124,21). Sum of RGB (Red+Green+Blue) = 206+124+21=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7C15 is #3183EA. Grayscale: #898989. Windows color (decimal): -3245035 or 1408206. OLE color: 1408206.

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

Color convert

RGB 206 124 21 -
CMYK 0 0.40 0.90 0.19
HSL 33.41º 0.81% 0.45% -
HSV(B) 33.41º 0.9% 0.81% -
XYZ 32.8 27.59 4.31 -
YUV 136.78 62.67 177.38 -
System Red Green Blue C M Y K H S L
Decimal 206 124 21 0 0.40 0.90 0.19 33.41 0.81 0.45
Hex CE 7C 15 0 28 5A 13 21 51 2D
Octal 316 174 25 0 50 132 23 41 121 55
Binary 11001110 1111100 10101 0 101000 1011010 10011 100001 1010001 101101

Color Harmonies of #CE7C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C15

Black with #CE7C15

Text Example


Text Example

White with #CE7C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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