Html Css Color HEX #CE780F Ochre

📋 copy color: '#CE780F'

red 206 ◦ green 120 ◦ blue 15

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

Shades of Ochre #CE780F

Tints of Ochre #CE780F

RGB

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

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

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

R = 60.41%
G = 35.19%
B = 4.4%

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

#CE780F (or 0xCE780F) is known color: Ochre. HEX triplet: CE, 78 and 0F. RGB value is (206,120,15). Sum of RGB (Red+Green+Blue) = 206+120+15=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE780F is #3187F0. Grayscale: #868686. Windows color (decimal): -3246065 or 1013966. OLE color: 1013966.

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

Color convert

RGB 206 120 15 -
CMYK 0 0.42 0.93 0.19
HSL 32.98º 0.86% 0.43% -
HSV(B) 32.98º 0.93% 0.81% -
XYZ 32.26 26.59 3.88 -
YUV 133.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 206 120 15 0 0.42 0.93 0.19 32.98 0.86 0.43
Hex CE 78 F 0 2A 5D 13 21 56 2B
Octal 316 170 17 0 52 135 23 41 126 53
Binary 11001110 1111000 1111 0 101010 1011101 10011 100001 1010110 101011

Color Harmonies of #CE780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE780F

Black with #CE780F

Text Example


Text Example

White with #CE780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE780F; }

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

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

background-color css

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

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

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

border-color css

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

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

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