Html Css Color HEX #C3959A Careys Pink

📋 copy color: '#C3959A'

red 195 ◦ green 149 ◦ blue 154

#C3959A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Careys Pink #C3959A

Tints of Careys Pink #C3959A

RGB

 RED value IS 195 (76.56% from 255) = 39.16%

 GREEN value IS 149 (58.59% from 255) = 29.92%

 BLUE value IS 154 (60.55% from 255) = 30.92%

R = 39.16%
G = 29.92%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3959A (or 0xC3959A) is known color: Careys Pink. HEX triplet: C3, 95 and 9A. RGB value is (195,149,154). Sum of RGB (Red+Green+Blue) = 195+149+154=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3959A is #3C6A65. Grayscale: #A3A3A3. Windows color (decimal): -3959398 or 10130883. OLE color: 10130883.

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

Color convert

RGB 195 149 154 -
CMYK 0 0.24 0.21 0.24
HSL 353.48º 0.28% 0.67% -
HSV(B) 353.48º 0.24% 0.76% -
XYZ 39.09 35.43 35.35 -
YUV 163.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 195 149 154 0 0.24 0.21 0.24 353.48 0.28 0.67
Hex C3 95 9A 0 18 15 18 161 1C 43
Octal 303 225 232 0 30 25 30 541 34 103
Binary 11000011 10010101 10011010 0 11000 10101 11000 101100001 11100 1000011

Color Harmonies of #C3959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3959A

Black with #C3959A

Text Example


Text Example

White with #C3959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3959A; }

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

 H1.HeaderClassName
 {
   color: #C3959A;
 }
 .AnyTagClassName
 {
   color: #C3959A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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