#CE665E

Color #CE665E Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #CE665E

Tints of Roman #CE665E

Color information

#CE665E (or 0xCE665E) is unknown color: approx Roman. HEX triplet: CE, 66 and 5E. RGB value is (206,102,94). Sum of RGB (Red+Green+Blue) = 206+102+94=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE665E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE665E is #3199A1. Grayscale: #848484. Windows color (decimal): -3250594 or 6186702. OLE color: 6186702.

HSL color Cylindrical-coordinate representation of color #CE665E: hue angle of 4.29º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE665E is Cyan = 0, Magento = 0.50, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20610294-
CMYK00.500.540.19
HSL4.29º53.33%58.82%-
HSV(B)4.29º54.37%80.78%-
XYZ32.2323.4313.41-
YUV132.18106.46180.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.24%
GREEN value IS 102 (40.23% from 255) = 25.37%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=51.24%
G=25.37%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061029400.500.540.194.2953.3358.82
HexCE665E03236134353b
Octal316146136062662346573
Binary1100111011001101011110011001011011010011100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE665E; }

 p { color: rgb(206,102,94); }

 H1.HeaderClassName
 {
   color: #CE665E;
 }
 .AnyTagClassName
 {
   color: #CE665E;
 }
</style>
background-color css

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

 a { background-color: rgb(206,102,94); }

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

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

 span { border-color: rgb(206,102,94); }

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