Html Css Color HEX #CC96A2 Careys Pink

📋 copy color: '#CC96A2'

red 204 ◦ green 150 ◦ blue 162

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

Shades of Careys Pink #CC96A2

Tints of Careys Pink #CC96A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.4%

R = 39.53%
G = 29.07%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC96A2 (or 0xCC96A2) is known color: Careys Pink. HEX triplet: CC, 96 and A2. RGB value is (204,150,162). Sum of RGB (Red+Green+Blue) = 204+150+162=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96A2 is #33695D. Grayscale: #A7A7A7. Windows color (decimal): -3369310 or 10655436. OLE color: 10655436.

HSL color Cylindrical-coordinate representation of color #CC96A2: hue angle of 346.67º 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 #CC96A2 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 150 162 -
CMYK 0 0.26 0.21 0.2
HSL 346.67º 0.35% 0.69% -
HSV(B) 346.67º 0.26% 0.8% -
XYZ 42.33 37.26 39.14 -
YUV 167.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 204 150 162 0 0.26 0.21 0.2 346.67 0.35 0.69
Hex CC 96 A2 0 1A 15 14 15B 23 45
Octal 314 226 242 0 32 25 24 533 43 105
Binary 11001100 10010110 10100010 0 11010 10101 10100 101011011 100011 1000101

Color Harmonies of #CC96A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96A2

Black with #CC96A2

Text Example


Text Example

White with #CC96A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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