Html Css Color HEX #C8A9B2 Careys Pink

📋 copy color: '#C8A9B2'

red 200 ◦ green 169 ◦ blue 178

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

Shades of Careys Pink #C8A9B2

Tints of Careys Pink #C8A9B2

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.9%

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 36.56%
G = 30.9%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C8A9B2 (or 0xC8A9B2) is known color: Careys Pink. HEX triplet: C8, A9 and B2. RGB value is (200,169,178). Sum of RGB (Red+Green+Blue) = 200+169+178=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8A9B2 is #37564D. Grayscale: #B3B3B3. Windows color (decimal): -3626574 or 11708872. OLE color: 11708872.

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

Color convert

RGB 200 169 178 -
CMYK 0 0.16 0.11 0.22
HSL 342.58º 0.22% 0.72% -
HSV(B) 342.58º 0.16% 0.78% -
XYZ 46.04 43.87 48.16 -
YUV 179.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 200 169 178 0 0.16 0.11 0.22 342.58 0.22 0.72
Hex C8 A9 B2 0 10 B 16 157 16 48
Octal 310 251 262 0 20 13 26 527 26 110
Binary 11001000 10101001 10110010 0 10000 1011 10110 101010111 10110 1001000

Color Harmonies of #C8A9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A9B2

Black with #C8A9B2

Text Example


Text Example

White with #C8A9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A9B2; }

 p { color: rgb(200,169,178); }

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

background-color css

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

 a { background-color: rgb(200,169,178); }

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

border-color css

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

 span { border-color: rgb(200,169,178); }

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