Html Css Color HEX #C4A5AD Careys Pink

📋 copy color: '#C4A5AD'

red 196 ◦ green 165 ◦ blue 173

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

Shades of Careys Pink #C4A5AD

Tints of Careys Pink #C4A5AD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.9%

 BLUE value IS 173 (67.97% from 255) = 32.4%

R = 36.7%
G = 30.9%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C4A5AD (or 0xC4A5AD) is known color: Careys Pink. HEX triplet: C4, A5 and AD. RGB value is (196,165,173). Sum of RGB (Red+Green+Blue) = 196+165+173=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A5AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A5AD is #3B5A52. Grayscale: #AFAFAF. Windows color (decimal): -3889747 or 11380164. OLE color: 11380164.

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

Color convert

RGB 196 165 173 -
CMYK 0 0.16 0.12 0.23
HSL 344.52º 0.21% 0.71% -
HSV(B) 344.52º 0.16% 0.77% -
XYZ 43.76 41.66 45.27 -
YUV 175.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 196 165 173 0 0.16 0.12 0.23 344.52 0.21 0.71
Hex C4 A5 AD 0 10 C 17 159 15 47
Octal 304 245 255 0 20 14 27 531 25 107
Binary 11000100 10100101 10101101 0 10000 1100 10111 101011001 10101 1000111

Color Harmonies of #C4A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A5AD

Black with #C4A5AD

Text Example


Text Example

White with #C4A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A5AD; }

 p { color: rgb(196,165,173); }

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

background-color css

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

 a { background-color: rgb(196,165,173); }

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

border-color css

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

 span { border-color: rgb(196,165,173); }

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