Html Css Color HEX #C4A6A8 Careys Pink

📋 copy color: '#C4A6A8'

red 196 ◦ green 166 ◦ blue 168

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

Shades of Careys Pink #C4A6A8

Tints of Careys Pink #C4A6A8

RGB

 RED value IS 196 (76.95% from 255) = 36.98%

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

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

R = 36.98%
G = 31.32%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C4A6A8 (or 0xC4A6A8) is known color: Careys Pink. HEX triplet: C4, A6 and A8. RGB value is (196,166,168). Sum of RGB (Red+Green+Blue) = 196+166+168=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 166 (65.23% from 255 or 31.32% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A6A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A6A8 is #3B5957. Grayscale: #AFAFAF. Windows color (decimal): -3889496 or 11052740. OLE color: 11052740.

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

Color convert

RGB 196 166 168 -
CMYK 0 0.15 0.14 0.23
HSL 356º 0.2% 0.71% -
HSV(B) 356º 0.15% 0.77% -
XYZ 43.47 41.84 42.83 -
YUV 175.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 196 166 168 0 0.15 0.14 0.23 356 0.2 0.71
Hex C4 A6 A8 0 F E 17 164 14 47
Octal 304 246 250 0 17 16 27 544 24 107
Binary 11000100 10100110 10101000 0 1111 1110 10111 101100100 10100 1000111

Color Harmonies of #C4A6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A6A8

Black with #C4A6A8

Text Example


Text Example

White with #C4A6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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