#C3969A

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

Shades of Careys Pink #C3969A

Tints of Careys Pink #C3969A

Color information

#C3969A (or 0xC3969A) is unknown color: approx Careys Pink. HEX triplet: C3, 96 and 9A. RGB value is (195,150,154). Sum of RGB (Red+Green+Blue) = 195+150+154=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 154 (60.55% from 255 or 30.86% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3969A is #3C6965. Grayscale: #A3A3A3. Windows color (decimal): -3959142 or 10131139. OLE color: 10131139.

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

Color convert

RGB195150154-
CMYK00.230.210.24
HSL354.67º27.27%67.65%-
HSV(B)354.67º23.08%76.47%-
XYZ39.2435.7535.4-
YUV163.91122.41150.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 154 (60.55% from 255) = 30.86%
R=39.08%
G=30.06%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515015400.230.210.24354.6727.2767.65
HexC3969A01715181631b44
Octal303226232027253054333104
Binary1100001110010110100110100101111010111000101100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3969A; }

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

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

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

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

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

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

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

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