Html Css Color HEX #CE761C Ochre

📋 copy color: '#CE761C'

red 206 ◦ green 118 ◦ blue 28

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

Shades of Ochre #CE761C

Tints of Ochre #CE761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.95%

R = 58.52%
G = 33.52%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE761C (or 0xCE761C) is known color: Ochre. HEX triplet: CE, 76 and 1C. RGB value is (206,118,28). Sum of RGB (Red+Green+Blue) = 206+118+28=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE761C is #3189E3. Grayscale: #868686. Windows color (decimal): -3246564 or 1865422. OLE color: 1865422.

HSL color Cylindrical-coordinate representation of color #CE761C: hue angle of 30.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE761C is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 118 28 -
CMYK 0 0.43 0.86 0.19
HSL 30.34º 0.76% 0.46% -
HSV(B) 30.34º 0.86% 0.81% -
XYZ 32.14 26.16 4.45 -
YUV 134.05 68.15 179.32 -
System Red Green Blue C M Y K H S L
Decimal 206 118 28 0 0.43 0.86 0.19 30.34 0.76 0.46
Hex CE 76 1C 0 2B 56 13 1E 4C 2E
Octal 316 166 34 0 53 126 23 36 114 56
Binary 11001110 1110110 11100 0 101011 1010110 10011 11110 1001100 101110

Color Harmonies of #CE761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE761C

Black with #CE761C

Text Example


Text Example

White with #CE761C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE761C; }

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

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

background-color css

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

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

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

border-color css

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

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

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