#C39B9C

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

Shades of Careys Pink #C39B9C

Tints of Careys Pink #C39B9C

Color information

#C39B9C (or 0xC39B9C) is unknown color: approx Careys Pink. HEX triplet: C3, 9B and 9C. RGB value is (195,155,156). Sum of RGB (Red+Green+Blue) = 195+155+156=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B9C is #3C6463. Grayscale: #A7A7A7. Windows color (decimal): -3957860 or 10263491. OLE color: 10263491.

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

Color convert

RGB195155156-
CMYK00.210.200.24
HSL358.5º25%68.63%-
HSV(B)358.5º20.51%76.47%-
XYZ40.2337.4536.56-
YUV167.07121.75147.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.54%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=38.54%
G=30.63%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515515600.210.200.24358.52568.63
HexC39B9C01514181661945
Octal303233234025243054631105
Binary1100001110011011100111000101011010011000101100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B9C; }

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

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

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

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

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

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

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

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