#C39A9B

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

Shades of Careys Pink #C39A9B

Tints of Careys Pink #C39A9B

Color information

#C39A9B (or 0xC39A9B) is unknown color: approx Careys Pink. HEX triplet: C3, 9A and 9B. RGB value is (195,154,155). Sum of RGB (Red+Green+Blue) = 195+154+155=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39A9B is #3C6564. Grayscale: #A6A6A6. Windows color (decimal): -3958117 or 10197699. OLE color: 10197699.

HSL color Cylindrical-coordinate representation of color #C39A9B: hue angle of 358.54º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C39A9B is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB195154155-
CMYK00.210.210.24
HSL358.54º25.47%68.43%-
HSV(B)358.54º21.03%76.47%-
XYZ39.9837.0836.06-
YUV166.37121.58148.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=38.69%
G=30.56%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515415500.210.210.24358.5425.4768.43
HexC39A9B01515181671944
Octal303232233025253054731104
Binary1100001110011010100110110101011010111000101100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39A9B; }

 p { color: rgb(195,154,155); }

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

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

 a { background-color: rgb(195,154,155); }

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

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

 span { border-color: rgb(195,154,155); }

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