Html Css Color HEX #CC98A1 Careys Pink

📋 copy color: '#CC98A1'

red 204 ◦ green 152 ◦ blue 161

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

Shades of Careys Pink #CC98A1

Tints of Careys Pink #CC98A1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.4%

 BLUE value IS 161 (63.28% from 255) = 31.14%

R = 39.46%
G = 29.4%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CC98A1 (or 0xCC98A1) is known color: Careys Pink. HEX triplet: CC, 98 and A1. RGB value is (204,152,161). Sum of RGB (Red+Green+Blue) = 204+152+161=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CC98A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC98A1 is #33675E. Grayscale: #A8A8A8. Windows color (decimal): -3368799 or 10590412. OLE color: 10590412.

HSL color Cylindrical-coordinate representation of color #CC98A1: hue angle of 349.62º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC98A1 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 152 161 -
CMYK 0 0.25 0.21 0.2
HSL 349.62º 0.34% 0.7% -
HSV(B) 349.62º 0.25% 0.8% -
XYZ 42.56 37.87 38.78 -
YUV 168.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 204 152 161 0 0.25 0.21 0.2 349.62 0.34 0.7
Hex CC 98 A1 0 19 15 14 15E 22 46
Octal 314 230 241 0 31 25 24 536 42 106
Binary 11001100 10011000 10100001 0 11001 10101 10100 101011110 100010 1000110

Color Harmonies of #CC98A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC98A1

Black with #CC98A1

Text Example


Text Example

White with #CC98A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC98A1; }

 p { color: rgb(204,152,161); }

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

background-color css

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

 a { background-color: rgb(204,152,161); }

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

border-color css

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

 span { border-color: rgb(204,152,161); }

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