Html Css Color HEX #C3A6A8 Careys Pink

📋 copy color: '#C3A6A8'

red 195 ◦ green 166 ◦ blue 168

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

Shades of Careys Pink #C3A6A8

Tints of Careys Pink #C3A6A8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.38%

 BLUE value IS 168 (66.02% from 255) = 31.76%

R = 36.86%
G = 31.38%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C3A6A8 (or 0xC3A6A8) is known color: Careys Pink. HEX triplet: C3, A6 and A8. RGB value is (195,166,168). Sum of RGB (Red+Green+Blue) = 195+166+168=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A6A8 is #3C5957. Grayscale: #AEAEAE. Windows color (decimal): -3955032 or 11052739. OLE color: 11052739.

HSL color Cylindrical-coordinate representation of color #C3A6A8: hue angle of 355.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A6A8 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 166 168 -
CMYK 0 0.15 0.14 0.24
HSL 355.86º 0.19% 0.71% -
HSV(B) 355.86º 0.15% 0.76% -
XYZ 43.21 41.7 42.82 -
YUV 174.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 195 166 168 0 0.15 0.14 0.24 355.86 0.19 0.71
Hex C3 A6 A8 0 F E 18 164 13 47
Octal 303 246 250 0 17 16 30 544 23 107
Binary 11000011 10100110 10101000 0 1111 1110 11000 101100100 10011 1000111

Color Harmonies of #C3A6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A6A8

Black with #C3A6A8

Text Example


Text Example

White with #C3A6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A6A8; }

 p { color: rgb(195,166,168); }

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

background-color css

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

 a { background-color: rgb(195,166,168); }

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

border-color css

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

 span { border-color: rgb(195,166,168); }

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