#CF665C

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

Shades of Roman #CF665C

Tints of Roman #CF665C

Color information

#CF665C (or 0xCF665C) is unknown color: approx Roman. HEX triplet: CF, 66 and 5C. RGB value is (207,102,92). Sum of RGB (Red+Green+Blue) = 207+102+92=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF665C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF665C is #3099A3. Grayscale: #848484. Windows color (decimal): -3185060 or 6055631. OLE color: 6055631.

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

Color convert

RGB20710292-
CMYK00.510.560.19
HSL5.22º54.5%58.63%-
HSV(B)5.22º55.56%81.18%-
XYZ32.4223.5412.96-
YUV132.26105.29181.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.62%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 92 (36.33% from 255) = 22.94%
R=51.62%
G=25.44%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071029200.510.560.195.2254.558.63
HexCF665C03338135373b
Octal317146134063702356773
Binary1100111111001101011100011001111100010011101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF665C; }

 p { color: rgb(207,102,92); }

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

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

 a { background-color: rgb(207,102,92); }

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

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

 span { border-color: rgb(207,102,92); }

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