Html Css Color HEX #CE760A Ochre

📋 copy color: '#CE760A'

red 206 ◦ green 118 ◦ blue 10

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

Shades of Ochre #CE760A

Tints of Ochre #CE760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.99%

R = 61.68%
G = 35.33%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CE760A (or 0xCE760A) is known color: Ochre. HEX triplet: CE, 76 and 0A. RGB value is (206,118,10). Sum of RGB (Red+Green+Blue) = 206+118+10=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE760A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE760A is #3189F5. Grayscale: #848484. Windows color (decimal): -3246582 or 685774. OLE color: 685774.

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

Color convert

RGB 206 118 10 -
CMYK 0 0.43 0.95 0.19
HSL 33.06º 0.91% 0.42% -
HSV(B) 33.06º 0.95% 0.81% -
XYZ 31.99 26.1 3.64 -
YUV 132 59.15 180.78 -
System Red Green Blue C M Y K H S L
Decimal 206 118 10 0 0.43 0.95 0.19 33.06 0.91 0.42
Hex CE 76 A 0 2B 5F 13 21 5B 2A
Octal 316 166 12 0 53 137 23 41 133 52
Binary 11001110 1110110 1010 0 101011 1011111 10011 100001 1011011 101010

Color Harmonies of #CE760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE760A

Black with #CE760A

Text Example


Text Example

White with #CE760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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