Html Css Color HEX #CC96A3 Careys Pink

📋 copy color: '#CC96A3'

red 204 ◦ green 150 ◦ blue 163

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

Shades of Careys Pink #CC96A3

Tints of Careys Pink #CC96A3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.01%

 BLUE value IS 163 (64.06% from 255) = 31.53%

R = 39.46%
G = 29.01%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CC96A3 (or 0xCC96A3) is known color: Careys Pink. HEX triplet: CC, 96 and A3. RGB value is (204,150,163). Sum of RGB (Red+Green+Blue) = 204+150+163=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96A3 is #33695C. Grayscale: #A7A7A7. Windows color (decimal): -3369309 or 10720972. OLE color: 10720972.

HSL color Cylindrical-coordinate representation of color #CC96A3: hue angle of 345.56º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC96A3 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 163 -
CMYK 0 0.26 0.20 0.2
HSL 345.56º 0.35% 0.69% -
HSV(B) 345.56º 0.26% 0.8% -
XYZ 42.42 37.29 39.61 -
YUV 167.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 204 150 163 0 0.26 0.20 0.2 345.56 0.35 0.69
Hex CC 96 A3 0 1A 14 14 15A 23 45
Octal 314 226 243 0 32 24 24 532 43 105
Binary 11001100 10010110 10100011 0 11010 10100 10100 101011010 100011 1000101

Color Harmonies of #CC96A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96A3

Black with #CC96A3

Text Example


Text Example

White with #CC96A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96A3; }

 p { color: rgb(204,150,163); }

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

background-color css

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

 a { background-color: rgb(204,150,163); }

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

border-color css

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

 span { border-color: rgb(204,150,163); }

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