Html Css Color HEX #C39BA1 Careys Pink

📋 copy color: '#C39BA1'

red 195 ◦ green 155 ◦ blue 161

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

Shades of Careys Pink #C39BA1

Tints of Careys Pink #C39BA1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.33%

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

R = 38.16%
G = 30.33%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C39BA1 (or 0xC39BA1) is known color: Careys Pink. HEX triplet: C3, 9B and A1. RGB value is (195,155,161). Sum of RGB (Red+Green+Blue) = 195+155+161=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39BA1 is #3C645E. Grayscale: #A7A7A7. Windows color (decimal): -3957855 or 10591171. OLE color: 10591171.

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

Color convert

RGB 195 155 161 -
CMYK 0 0.21 0.17 0.24
HSL 351º 0.25% 0.69% -
HSV(B) 351º 0.21% 0.76% -
XYZ 40.66 37.62 38.84 -
YUV 167.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 195 155 161 0 0.21 0.17 0.24 351 0.25 0.69
Hex C3 9B A1 0 15 11 18 15F 19 45
Octal 303 233 241 0 25 21 30 537 31 105
Binary 11000011 10011011 10100001 0 10101 10001 11000 101011111 11001 1000101

Color Harmonies of #C39BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39BA1

Black with #C39BA1

Text Example


Text Example

White with #C39BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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