#CF6961

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

Shades of Roman #CF6961

Tints of Roman #CF6961

Color information

#CF6961 (or 0xCF6961) is unknown color: approx Roman. HEX triplet: CF, 69 and 61. RGB value is (207,105,97). Sum of RGB (Red+Green+Blue) = 207+105+97=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6961 is #30969E. Grayscale: #868686. Windows color (decimal): -3184287 or 6384079. OLE color: 6384079.

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

Color convert

RGB20710597-
CMYK00.490.530.19
HSL4.36º53.4%59.61%-
HSV(B)4.36º53.14%81.18%-
XYZ32.9424.2314.25-
YUV134.59106.79179.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.61%
GREEN value IS 105 (41.41% from 255) = 25.67%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=50.61%
G=25.67%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071059700.490.530.194.3653.459.61
HexCF696103135134353c
Octal317151141061652346574
Binary1100111111010011100001011000111010110011100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6961; }

 p { color: rgb(207,105,97); }

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

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

 a { background-color: rgb(207,105,97); }

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

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

 span { border-color: rgb(207,105,97); }

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