Html Css Color HEX #C39BA0 Careys Pink

📋 copy color: '#C39BA0'

red 195 ◦ green 155 ◦ blue 160

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

Shades of Careys Pink #C39BA0

Tints of Careys Pink #C39BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 31.37%

R = 38.24%
G = 30.39%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C39BA0 (or 0xC39BA0) is known color: Careys Pink. HEX triplet: C3, 9B and A0. RGB value is (195,155,160). Sum of RGB (Red+Green+Blue) = 195+155+160=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 155 (60.94% from 255 or 30.39% from 510); Blue value is 160 (62.89% from 255 or 31.37% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C39BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39BA0 is #3C645F. Grayscale: #A7A7A7. Windows color (decimal): -3957856 or 10525635. OLE color: 10525635.

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

Color convert

RGB 195 155 160 -
CMYK 0 0.21 0.18 0.24
HSL 352.5º 0.25% 0.69% -
HSV(B) 352.5º 0.21% 0.76% -
XYZ 40.57 37.58 38.37 -
YUV 167.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 195 155 160 0 0.21 0.18 0.24 352.5 0.25 0.69
Hex C3 9B A0 0 15 12 18 160 19 45
Octal 303 233 240 0 25 22 30 540 31 105
Binary 11000011 10011011 10100000 0 10101 10010 11000 101100000 11001 1000101

Color Harmonies of #C39BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39BA0

Black with #C39BA0

Text Example


Text Example

White with #C39BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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