Html Css Color HEX #C399A3 Careys Pink

📋 copy color: '#C399A3'

red 195 ◦ green 153 ◦ blue 163

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

Shades of Careys Pink #C399A3

Tints of Careys Pink #C399A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.9%

R = 38.16%
G = 29.94%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C399A3 (or 0xC399A3) is known color: Careys Pink. HEX triplet: C3, 99 and A3. RGB value is (195,153,163). Sum of RGB (Red+Green+Blue) = 195+153+163=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C399A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C399A3 is #3C665C. Grayscale: #A6A6A6. Windows color (decimal): -3958365 or 10721731. OLE color: 10721731.

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

Color convert

RGB 195 153 163 -
CMYK 0 0.22 0.16 0.24
HSL 345.71º 0.26% 0.68% -
HSV(B) 345.71º 0.22% 0.76% -
XYZ 40.51 37.03 39.66 -
YUV 166.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 195 153 163 0 0.22 0.16 0.24 345.71 0.26 0.68
Hex C3 99 A3 0 16 10 18 15A 1A 44
Octal 303 231 243 0 26 20 30 532 32 104
Binary 11000011 10011001 10100011 0 10110 10000 11000 101011010 11010 1000100

Color Harmonies of #C399A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C399A3

Black with #C399A3

Text Example


Text Example

White with #C399A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C399A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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