Html Css Color HEX #CE770E Ochre

📋 copy color: '#CE770E'

red 206 ◦ green 119 ◦ blue 14

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

Shades of Ochre #CE770E

Tints of Ochre #CE770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.1%

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

R = 60.77%
G = 35.1%
B = 4.13%

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

#CE770E (or 0xCE770E) is known color: Ochre. HEX triplet: CE, 77 and 0E. RGB value is (206,119,14). Sum of RGB (Red+Green+Blue) = 206+119+14=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 119 (46.88% from 255 or 35.10% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE770E is #3188F1. Grayscale: #858585. Windows color (decimal): -3246322 or 948174. OLE color: 948174.

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

Color convert

RGB 206 119 14 -
CMYK 0 0.42 0.93 0.19
HSL 32.81º 0.87% 0.43% -
HSV(B) 32.81º 0.93% 0.81% -
XYZ 32.13 26.35 3.81 -
YUV 133.04 60.82 180.04 -
System Red Green Blue C M Y K H S L
Decimal 206 119 14 0 0.42 0.93 0.19 32.81 0.87 0.43
Hex CE 77 E 0 2A 5D 13 21 57 2B
Octal 316 167 16 0 52 135 23 41 127 53
Binary 11001110 1110111 1110 0 101010 1011101 10011 100001 1010111 101011

Color Harmonies of #CE770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE770E

Black with #CE770E

Text Example


Text Example

White with #CE770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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