Html Css Color HEX #CE7710 Ochre

📋 copy color: '#CE7710'

red 206 ◦ green 119 ◦ blue 16

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

Shades of Ochre #CE7710

Tints of Ochre #CE7710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.9%

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

R = 60.41%
G = 34.9%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CE7710 (or 0xCE7710) is known color: Ochre. HEX triplet: CE, 77 and 10. RGB value is (206,119,16). Sum of RGB (Red+Green+Blue) = 206+119+16=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE7710 is #3188EF. Grayscale: #858585. Windows color (decimal): -3246320 or 1079246. OLE color: 1079246.

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

Color convert

RGB 206 119 16 -
CMYK 0 0.42 0.92 0.19
HSL 32.53º 0.86% 0.44% -
HSV(B) 32.53º 0.92% 0.81% -
XYZ 32.14 26.35 3.88 -
YUV 133.27 61.82 179.88 -
System Red Green Blue C M Y K H S L
Decimal 206 119 16 0 0.42 0.92 0.19 32.53 0.86 0.44
Hex CE 77 10 0 2A 5C 13 21 56 2C
Octal 316 167 20 0 52 134 23 41 126 54
Binary 11001110 1110111 10000 0 101010 1011100 10011 100001 1010110 101100

Color Harmonies of #CE7710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7710

Black with #CE7710

Text Example


Text Example

White with #CE7710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7710; }

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

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

background-color css

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

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

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

border-color css

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

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

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