Html Css Color HEX #C8AAAE Careys Pink

📋 copy color: '#C8AAAE'

red 200 ◦ green 170 ◦ blue 174

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

Shades of Careys Pink #C8AAAE

Tints of Careys Pink #C8AAAE

RGB

 RED value IS 200 (78.52% from 255) = 36.76%

 GREEN value IS 170 (66.8% from 255) = 31.25%

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

R = 36.76%
G = 31.25%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C8AAAE (or 0xC8AAAE) is known color: Careys Pink. HEX triplet: C8, AA and AE. RGB value is (200,170,174). Sum of RGB (Red+Green+Blue) = 200+170+174=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAAE is #375551. Grayscale: #B3B3B3. Windows color (decimal): -3626322 or 11446984. OLE color: 11446984.

HSL color Cylindrical-coordinate representation of color #C8AAAE: hue angle of 352º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AAAE is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 174 -
CMYK 0 0.15 0.13 0.22
HSL 352º 0.21% 0.73% -
HSV(B) 352º 0.15% 0.78% -
XYZ 45.83 44.08 46.14 -
YUV 179.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 200 170 174 0 0.15 0.13 0.22 352 0.21 0.73
Hex C8 AA AE 0 F D 16 160 15 49
Octal 310 252 256 0 17 15 26 540 25 111
Binary 11001000 10101010 10101110 0 1111 1101 10110 101100000 10101 1001001

Color Harmonies of #C8AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAAE

Black with #C8AAAE

Text Example


Text Example

White with #C8AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAAE; }

 p { color: rgb(200,170,174); }

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

background-color css

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

 a { background-color: rgb(200,170,174); }

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

border-color css

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

 span { border-color: rgb(200,170,174); }

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