Html Css Color HEX #CE7D10 Ochre

📋 copy color: '#CE7D10'

red 206 ◦ green 125 ◦ blue 16

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

Shades of Ochre #CE7D10

Tints of Ochre #CE7D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

 BLUE value IS 16 (6.64% from 255) = 4.61%

R = 59.37%
G = 36.02%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE7D10 (or 0xCE7D10) is known color: Ochre. HEX triplet: CE, 7D and 10. RGB value is (206,125,16). Sum of RGB (Red+Green+Blue) = 206+125+16=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7D10 is #3182EF. Grayscale: #898989. Windows color (decimal): -3244784 or 1080782. OLE color: 1080782.

HSL color Cylindrical-coordinate representation of color #CE7D10: hue angle of 34.42º degrees, saturation: 0.86, 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 #CE7D10 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 16 -
CMYK 0 0.39 0.92 0.19
HSL 34.42º 0.86% 0.44% -
HSV(B) 34.42º 0.92% 0.81% -
XYZ 32.88 27.83 4.13 -
YUV 136.79 59.84 177.36 -
System Red Green Blue C M Y K H S L
Decimal 206 125 16 0 0.39 0.92 0.19 34.42 0.86 0.44
Hex CE 7D 10 0 27 5C 13 22 56 2C
Octal 316 175 20 0 47 134 23 42 126 54
Binary 11001110 1111101 10000 0 100111 1011100 10011 100010 1010110 101100

Color Harmonies of #CE7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D10

Black with #CE7D10

Text Example


Text Example

White with #CE7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D10; }

 p { color: rgb(206,125,16); }

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

background-color css

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

 a { background-color: rgb(206,125,16); }

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

border-color css

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

 span { border-color: rgb(206,125,16); }

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