Html Css Color HEX #C39CA2 Careys Pink

📋 copy color: '#C39CA2'

red 195 ◦ green 156 ◦ blue 162

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

Shades of Careys Pink #C39CA2

Tints of Careys Pink #C39CA2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.41%

 BLUE value IS 162 (63.67% from 255) = 31.58%

R = 38.01%
G = 30.41%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C39CA2 (or 0xC39CA2) is known color: Careys Pink. HEX triplet: C3, 9C and A2. RGB value is (195,156,162). Sum of RGB (Red+Green+Blue) = 195+156+162=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C39CA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39CA2 is #3C635D. Grayscale: #A8A8A8. Windows color (decimal): -3957598 or 10656963. OLE color: 10656963.

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

Color convert

RGB 195 156 162 -
CMYK 0 0.20 0.17 0.24
HSL 350.77º 0.25% 0.69% -
HSV(B) 350.77º 0.2% 0.76% -
XYZ 40.92 37.99 39.36 -
YUV 168.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 195 156 162 0 0.20 0.17 0.24 350.77 0.25 0.69
Hex C3 9C A2 0 14 11 18 15F 19 45
Octal 303 234 242 0 24 21 30 537 31 105
Binary 11000011 10011100 10100010 0 10100 10001 11000 101011111 11001 1000101

Color Harmonies of #C39CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C39CA2

Black with #C39CA2

Text Example


Text Example

White with #C39CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C39CA2; }

 p { color: rgb(195,156,162); }

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

background-color css

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

 a { background-color: rgb(195,156,162); }

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

border-color css

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

 span { border-color: rgb(195,156,162); }

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