#CF665A

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

Shades of Roman #CF665A

Tints of Roman #CF665A

Color information

#CF665A (or 0xCF665A) is unknown color: approx Roman. HEX triplet: CF, 66 and 5A. RGB value is (207,102,90). Sum of RGB (Red+Green+Blue) = 207+102+90=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF665A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF665A is #3099A5. Grayscale: #848484. Windows color (decimal): -3185062 or 5924559. OLE color: 5924559.

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

Color convert

RGB20710290-
CMYK00.510.570.19
HSL6.15º54.93%58.24%-
HSV(B)6.15º56.52%81.18%-
XYZ32.3323.5112.51-
YUV132.03104.29181.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.88%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 90 (35.55% from 255) = 22.56%
R=51.88%
G=25.56%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071029000.510.570.196.1554.9358.24
HexCF665A03339136373a
Octal317146132063712366772
Binary1100111111001101011010011001111100110011110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF665A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF665A; }

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

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

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

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

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

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

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

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