Html Css Color HEX #CE790C Ochre

📋 copy color: '#CE790C'

red 206 ◦ green 121 ◦ blue 12

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

Shades of Ochre #CE790C

Tints of Ochre #CE790C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.69%

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

R = 60.77%
G = 35.69%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CE790C (or 0xCE790C) is known color: Ochre. HEX triplet: CE, 79 and 0C. RGB value is (206,121,12). Sum of RGB (Red+Green+Blue) = 206+121+12=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE790C is #3186F3. Grayscale: #868686. Windows color (decimal): -3245812 or 817614. OLE color: 817614.

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

Color convert

RGB 206 121 12 -
CMYK 0 0.41 0.94 0.19
HSL 33.71º 0.89% 0.43% -
HSV(B) 33.71º 0.94% 0.81% -
XYZ 32.36 26.82 3.82 -
YUV 133.99 59.16 179.36 -
System Red Green Blue C M Y K H S L
Decimal 206 121 12 0 0.41 0.94 0.19 33.71 0.89 0.43
Hex CE 79 C 0 29 5E 13 22 59 2B
Octal 316 171 14 0 51 136 23 42 131 53
Binary 11001110 1111001 1100 0 101001 1011110 10011 100010 1011001 101011

Color Harmonies of #CE790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE790C

Black with #CE790C

Text Example


Text Example

White with #CE790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE790C; }

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

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

background-color css

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

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

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

border-color css

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

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

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