Html Css Color HEX #CE771C Ochre

📋 copy color: '#CE771C'

red 206 ◦ green 119 ◦ blue 28

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

Shades of Ochre #CE771C

Tints of Ochre #CE771C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.93%

R = 58.36%
G = 33.71%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CE771C (or 0xCE771C) is known color: Ochre. HEX triplet: CE, 77 and 1C. RGB value is (206,119,28). Sum of RGB (Red+Green+Blue) = 206+119+28=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE771C is #3188E3. Grayscale: #878787. Windows color (decimal): -3246308 or 1865678. OLE color: 1865678.

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

Color convert

RGB 206 119 28 -
CMYK 0 0.42 0.86 0.19
HSL 30.67º 0.76% 0.46% -
HSV(B) 30.67º 0.86% 0.81% -
XYZ 32.26 26.4 4.49 -
YUV 134.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 206 119 28 0 0.42 0.86 0.19 30.67 0.76 0.46
Hex CE 77 1C 0 2A 56 13 1F 4C 2E
Octal 316 167 34 0 52 126 23 37 114 56
Binary 11001110 1110111 11100 0 101010 1010110 10011 11111 1001100 101110

Color Harmonies of #CE771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE771C

Black with #CE771C

Text Example


Text Example

White with #CE771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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