Html Css Color HEX #C8AAAB Careys Pink

📋 copy color: '#C8AAAB'

red 200 ◦ green 170 ◦ blue 171

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

Shades of Careys Pink #C8AAAB

Tints of Careys Pink #C8AAAB

RGB

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

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

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

R = 36.97%
G = 31.42%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C8AAAB (or 0xC8AAAB) is known color: Careys Pink. HEX triplet: C8, AA and AB. RGB value is (200,170,171). Sum of RGB (Red+Green+Blue) = 200+170+171=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 170 (66.80% from 255 or 31.42% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AAAB is #375554. Grayscale: #B3B3B3. Windows color (decimal): -3626325 or 11250376. OLE color: 11250376.

HSL color Cylindrical-coordinate representation of color #C8AAAB: hue angle of 358º 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 #C8AAAB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 170 171 -
CMYK 0 0.15 0.14 0.22
HSL 358º 0.21% 0.73% -
HSV(B) 358º 0.15% 0.78% -
XYZ 45.54 43.97 44.61 -
YUV 179.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 200 170 171 0 0.15 0.14 0.22 358 0.21 0.73
Hex C8 AA AB 0 F E 16 166 15 49
Octal 310 252 253 0 17 16 26 546 25 111
Binary 11001000 10101010 10101011 0 1111 1110 10110 101100110 10101 1001001

Color Harmonies of #C8AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAAB

Black with #C8AAAB

Text Example


Text Example

White with #C8AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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