Html Css Color HEX #CE780E Ochre

📋 copy color: '#CE780E'

red 206 ◦ green 120 ◦ blue 14

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

Shades of Ochre #CE780E

Tints of Ochre #CE780E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.29%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 60.59%
G = 35.29%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE780E (or 0xCE780E) is known color: Ochre. HEX triplet: CE, 78 and 0E. RGB value is (206,120,14). Sum of RGB (Red+Green+Blue) = 206+120+14=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE780E is #3187F1. Grayscale: #868686. Windows color (decimal): -3246066 or 948430. OLE color: 948430.

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

Color convert

RGB 206 120 14 -
CMYK 0 0.42 0.93 0.19
HSL 33.13º 0.87% 0.43% -
HSV(B) 33.13º 0.93% 0.81% -
XYZ 32.25 26.59 3.85 -
YUV 133.63 60.49 179.62 -
System Red Green Blue C M Y K H S L
Decimal 206 120 14 0 0.42 0.93 0.19 33.13 0.87 0.43
Hex CE 78 E 0 2A 5D 13 21 57 2B
Octal 316 170 16 0 52 135 23 41 127 53
Binary 11001110 1111000 1110 0 101010 1011101 10011 100001 1010111 101011

Color Harmonies of #CE780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE780E

Black with #CE780E

Text Example


Text Example

White with #CE780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE780E; }

 p { color: rgb(206,120,14); }

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

background-color css

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

 a { background-color: rgb(206,120,14); }

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

border-color css

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

 span { border-color: rgb(206,120,14); }

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