Html Css Color HEX #C3949A Careys Pink

📋 copy color: '#C3949A'

red 195 ◦ green 148 ◦ blue 154

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

Shades of Careys Pink #C3949A

Tints of Careys Pink #C3949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.78%

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

R = 39.24%
G = 29.78%
B = 30.99%

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

#C3949A (or 0xC3949A) is known color: Careys Pink. HEX triplet: C3, 94 and 9A. RGB value is (195,148,154). Sum of RGB (Red+Green+Blue) = 195+148+154=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C3949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3949A is #3C6B65. Grayscale: #A2A2A2. Windows color (decimal): -3959654 or 10130627. OLE color: 10130627.

HSL color Cylindrical-coordinate representation of color #C3949A: hue angle of 352.34º 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 #C3949A is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 148 154 -
CMYK 0 0.24 0.21 0.24
HSL 352.34º 0.28% 0.67% -
HSV(B) 352.34º 0.24% 0.76% -
XYZ 38.93 35.12 35.3 -
YUV 162.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 195 148 154 0 0.24 0.21 0.24 352.34 0.28 0.67
Hex C3 94 9A 0 18 15 18 160 1C 43
Octal 303 224 232 0 30 25 30 540 34 103
Binary 11000011 10010100 10011010 0 11000 10101 11000 101100000 11100 1000011

Color Harmonies of #C3949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3949A

Black with #C3949A

Text Example


Text Example

White with #C3949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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