Html Css Color HEX #CE780C Ochre

📋 copy color: '#CE780C'

red 206 ◦ green 120 ◦ blue 12

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

Shades of Ochre #CE780C

Tints of Ochre #CE780C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.55%

R = 60.95%
G = 35.5%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE780C (or 0xCE780C) is known color: Ochre. HEX triplet: CE, 78 and 0C. RGB value is (206,120,12). Sum of RGB (Red+Green+Blue) = 206+120+12=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE780C is #3187F3. Grayscale: #858585. Windows color (decimal): -3246068 or 817358. OLE color: 817358.

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

Color convert

RGB 206 120 12 -
CMYK 0 0.42 0.94 0.19
HSL 33.4º 0.89% 0.43% -
HSV(B) 33.4º 0.94% 0.81% -
XYZ 32.24 26.58 3.78 -
YUV 133.4 59.49 179.78 -
System Red Green Blue C M Y K H S L
Decimal 206 120 12 0 0.42 0.94 0.19 33.4 0.89 0.43
Hex CE 78 C 0 2A 5E 13 21 59 2B
Octal 316 170 14 0 52 136 23 41 131 53
Binary 11001110 1111000 1100 0 101010 1011110 10011 100001 1011001 101011

Color Harmonies of #CE780C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE780C

Black with #CE780C

Text Example


Text Example

White with #CE780C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE780C; }

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

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

background-color css

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

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

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

border-color css

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

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

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