#CB9395

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

Shades of Careys Pink #CB9395

Tints of Careys Pink #CB9395

Color information

#CB9395 (or 0xCB9395) is unknown color: approx Careys Pink. HEX triplet: CB, 93 and 95. RGB value is (203,147,149). Sum of RGB (Red+Green+Blue) = 203+147+149=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9395 is #346C6A. Grayscale: #A4A4A4. Windows color (decimal): -3435627 or 9802699. OLE color: 9802699.

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

Color convert

RGB203147149-
CMYK00.280.270.20
HSL357.86º35%68.63%-
HSV(B)357.86º27.59%79.61%-
XYZ40.4935.7333.2-
YUV163.97119.55155.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.68%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=40.68%
G=29.46%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314714900.280.270.20357.863568.63
HexCB939501C1B141662345
Octal313223225034332454643105
Binary11001011100100111001010101110011011101001011001101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9395; }

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

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

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

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

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

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

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

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