Html Css Color HEX #CE7B10 Ochre

📋 copy color: '#CE7B10'

red 206 ◦ green 123 ◦ blue 16

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

Shades of Ochre #CE7B10

Tints of Ochre #CE7B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.65%

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

R = 59.71%
G = 35.65%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE7B10 (or 0xCE7B10) is known color: Ochre. HEX triplet: CE, 7B and 10. RGB value is (206,123,16). Sum of RGB (Red+Green+Blue) = 206+123+16=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 16 (6.64% from 255 or 4.64% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7B10 is #3184EF. Grayscale: #888888. Windows color (decimal): -3245296 or 1080270. OLE color: 1080270.

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

Color convert

RGB 206 123 16 -
CMYK 0 0.40 0.92 0.19
HSL 33.79º 0.86% 0.44% -
HSV(B) 33.79º 0.92% 0.81% -
XYZ 32.63 27.33 4.04 -
YUV 135.62 60.5 178.2 -
System Red Green Blue C M Y K H S L
Decimal 206 123 16 0 0.40 0.92 0.19 33.79 0.86 0.44
Hex CE 7B 10 0 28 5C 13 22 56 2C
Octal 316 173 20 0 50 134 23 42 126 54
Binary 11001110 1111011 10000 0 101000 1011100 10011 100010 1010110 101100

Color Harmonies of #CE7B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B10

Black with #CE7B10

Text Example


Text Example

White with #CE7B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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