#CB9595

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

Shades of Rosy Brown #CB9595

Tints of Rosy Brown #CB9595

Color information

#CB9595 (or 0xCB9595) is unknown color: approx Rosy Brown. HEX triplet: CB, 95 and 95. RGB value is (203,149,149). Sum of RGB (Red+Green+Blue) = 203+149+149=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9595 is #346A6A. Grayscale: #A5A5A5. Windows color (decimal): -3435115 or 9803211. OLE color: 9803211.

HSL color Cylindrical-coordinate representation of color #CB9595: hue angle of 0º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CB9595 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB203149149-
CMYK00.270.270.20
HSL34.18%69.02%-
HSV(B)26.6%79.61%-
XYZ40.836.3633.3-
YUV165.15118.89155-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 149 (58.59% from 255) = 29.74%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=40.52%
G=29.74%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314914900.270.270.20034.1869.02
HexCB959501B1B1402245
Octal3132252250333324042105
Binary110010111001010110010101011011110111010001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9595; }

 p { color: rgb(203,149,149); }

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

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

 a { background-color: rgb(203,149,149); }

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

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

 span { border-color: rgb(203,149,149); }

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