Html Css Color HEX #CE7F11 Ochre

📋 copy color: '#CE7F11'

red 206 ◦ green 127 ◦ blue 17

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

Shades of Ochre #CE7F11

Tints of Ochre #CE7F11

RGB

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

 GREEN value IS 127 (50% from 255) = 36.29%

 BLUE value IS 17 (7.03% from 255) = 4.86%

R = 58.86%
G = 36.29%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE7F11 (or 0xCE7F11) is known color: Ochre. HEX triplet: CE, 7F and 11. RGB value is (206,127,17). Sum of RGB (Red+Green+Blue) = 206+127+17=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7F11 is #3180EE. Grayscale: #8A8A8A. Windows color (decimal): -3244271 or 1146830. OLE color: 1146830.

HSL color Cylindrical-coordinate representation of color #CE7F11: hue angle of 34.92º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE7F11 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 17 -
CMYK 0 0.38 0.92 0.19
HSL 34.92º 0.85% 0.44% -
HSV(B) 34.92º 0.92% 0.81% -
XYZ 33.14 28.34 4.25 -
YUV 138.08 59.67 176.44 -
System Red Green Blue C M Y K H S L
Decimal 206 127 17 0 0.38 0.92 0.19 34.92 0.85 0.44
Hex CE 7F 11 0 26 5C 13 23 55 2C
Octal 316 177 21 0 46 134 23 43 125 54
Binary 11001110 1111111 10001 0 100110 1011100 10011 100011 1010101 101100

Color Harmonies of #CE7F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F11

Black with #CE7F11

Text Example


Text Example

White with #CE7F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F11; }

 p { color: rgb(206,127,17); }

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

background-color css

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

 a { background-color: rgb(206,127,17); }

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

border-color css

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

 span { border-color: rgb(206,127,17); }

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