Html Css Color HEX #CC9EA8 Careys Pink

📋 copy color: '#CC9EA8'

red 204 ◦ green 158 ◦ blue 168

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

Shades of Careys Pink #CC9EA8

Tints of Careys Pink #CC9EA8

RGB

 RED value IS 204 (80.08% from 255) = 38.49%

 GREEN value IS 158 (62.11% from 255) = 29.81%

 BLUE value IS 168 (66.02% from 255) = 31.7%

R = 38.49%
G = 29.81%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC9EA8 (or 0xCC9EA8) is known color: Careys Pink. HEX triplet: CC, 9E and A8. RGB value is (204,158,168). Sum of RGB (Red+Green+Blue) = 204+158+168=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 168 (66.02% from 255 or 31.70% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9EA8 is #336157. Grayscale: #ACACAC. Windows color (decimal): -3367256 or 11050700. OLE color: 11050700.

HSL color Cylindrical-coordinate representation of color #CC9EA8: hue angle of 346.96º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9EA8 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 158 168 -
CMYK 0 0.23 0.18 0.2
HSL 346.96º 0.31% 0.71% -
HSV(B) 346.96º 0.23% 0.8% -
XYZ 44.2 40.12 42.46 -
YUV 172.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 204 158 168 0 0.23 0.18 0.2 346.96 0.31 0.71
Hex CC 9E A8 0 17 12 14 15B 1F 47
Octal 314 236 250 0 27 22 24 533 37 107
Binary 11001100 10011110 10101000 0 10111 10010 10100 101011011 11111 1000111

Color Harmonies of #CC9EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EA8

Black with #CC9EA8

Text Example


Text Example

White with #CC9EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EA8; }

 p { color: rgb(204,158,168); }

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

background-color css

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

 a { background-color: rgb(204,158,168); }

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

border-color css

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

 span { border-color: rgb(204,158,168); }

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