Html Css Color HEX #C399A1 Careys Pink

📋 copy color: '#C399A1'

red 195 ◦ green 153 ◦ blue 161

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

Shades of Careys Pink #C399A1

Tints of Careys Pink #C399A1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

 BLUE value IS 161 (63.28% from 255) = 31.63%

R = 38.31%
G = 30.06%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C399A1 (or 0xC399A1) is known color: Careys Pink. HEX triplet: C3, 99 and A1. RGB value is (195,153,161). Sum of RGB (Red+Green+Blue) = 195+153+161=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C399A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399A1 is #3C665E. Grayscale: #A6A6A6. Windows color (decimal): -3958367 or 10590659. OLE color: 10590659.

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

Color convert

RGB 195 153 161 -
CMYK 0 0.22 0.17 0.24
HSL 348.57º 0.26% 0.68% -
HSV(B) 348.57º 0.22% 0.76% -
XYZ 40.33 36.96 38.73 -
YUV 166.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 195 153 161 0 0.22 0.17 0.24 348.57 0.26 0.68
Hex C3 99 A1 0 16 11 18 15D 1A 44
Octal 303 231 241 0 26 21 30 535 32 104
Binary 11000011 10011001 10100001 0 10110 10001 11000 101011101 11010 1000100

Color Harmonies of #C399A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C399A1

Black with #C399A1

Text Example


Text Example

White with #C399A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C399A1; }

 p { color: rgb(195,153,161); }

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

background-color css

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

 a { background-color: rgb(195,153,161); }

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

border-color css

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

 span { border-color: rgb(195,153,161); }

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