#CF695D

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

Shades of Roman #CF695D

Tints of Roman #CF695D

Color information

#CF695D (or 0xCF695D) is unknown color: approx Roman. HEX triplet: CF, 69 and 5D. RGB value is (207,105,93). Sum of RGB (Red+Green+Blue) = 207+105+93=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF695D is #3096A2. Grayscale: #868686. Windows color (decimal): -3184291 or 6121935. OLE color: 6121935.

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

Color convert

RGB20710593-
CMYK00.490.550.19
HSL6.32º54.29%58.82%-
HSV(B)6.32º55.07%81.18%-
XYZ32.7624.1613.29-
YUV134.13104.79179.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.11%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 93 (36.72% from 255) = 22.96%
R=51.11%
G=25.93%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071059300.490.550.196.3254.2958.82
HexCF695D03137136363b
Octal317151135061672366673
Binary1100111111010011011101011000111011110011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF695D; }

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

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

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

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

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

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

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

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