Html Css Color HEX #CE760F Ochre

📋 copy color: '#CE760F'

red 206 ◦ green 118 ◦ blue 15

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

Shades of Ochre #CE760F

Tints of Ochre #CE760F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.42%

R = 60.77%
G = 34.81%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE760F (or 0xCE760F) is known color: Ochre. HEX triplet: CE, 76 and 0F. RGB value is (206,118,15). Sum of RGB (Red+Green+Blue) = 206+118+15=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE760F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE760F is #3189F0. Grayscale: #858585. Windows color (decimal): -3246577 or 1013454. OLE color: 1013454.

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

Color convert

RGB 206 118 15 -
CMYK 0 0.43 0.93 0.19
HSL 32.36º 0.86% 0.43% -
HSV(B) 32.36º 0.93% 0.81% -
XYZ 32.02 26.11 3.8 -
YUV 132.57 61.65 180.38 -
System Red Green Blue C M Y K H S L
Decimal 206 118 15 0 0.43 0.93 0.19 32.36 0.86 0.43
Hex CE 76 F 0 2B 5D 13 20 56 2B
Octal 316 166 17 0 53 135 23 40 126 53
Binary 11001110 1110110 1111 0 101011 1011101 10011 100000 1010110 101011

Color Harmonies of #CE760F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE760F

Black with #CE760F

Text Example


Text Example

White with #CE760F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE760F; }

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

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

background-color css

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

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

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

border-color css

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

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

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