Html Css Color HEX #C4ABAE Careys Pink

📋 copy color: '#C4ABAE'

red 196 ◦ green 171 ◦ blue 174

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

Shades of Careys Pink #C4ABAE

Tints of Careys Pink #C4ABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.61%

 BLUE value IS 174 (68.36% from 255) = 32.16%

R = 36.23%
G = 31.61%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C4ABAE (or 0xC4ABAE) is known color: Careys Pink. HEX triplet: C4, AB and AE. RGB value is (196,171,174). Sum of RGB (Red+Green+Blue) = 196+171+174=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 174 (68.36% from 255 or 32.16% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABAE is #3B5451. Grayscale: #B2B2B2. Windows color (decimal): -3888210 or 11447236. OLE color: 11447236.

HSL color Cylindrical-coordinate representation of color #C4ABAE: hue angle of 352.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4ABAE is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 171 174 -
CMYK 0 0.13 0.11 0.23
HSL 352.8º 0.17% 0.72% -
HSV(B) 352.8º 0.13% 0.77% -
XYZ 44.97 43.92 46.15 -
YUV 178.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 196 171 174 0 0.13 0.11 0.23 352.8 0.17 0.72
Hex C4 AB AE 0 D B 17 161 11 48
Octal 304 253 256 0 15 13 27 541 21 110
Binary 11000100 10101011 10101110 0 1101 1011 10111 101100001 10001 1001000

Color Harmonies of #C4ABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABAE

Black with #C4ABAE

Text Example


Text Example

White with #C4ABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABAE; }

 p { color: rgb(196,171,174); }

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

background-color css

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

 a { background-color: rgb(196,171,174); }

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

border-color css

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

 span { border-color: rgb(196,171,174); }

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