Html Css Color HEX #CC9598 Careys Pink

📋 copy color: '#CC9598'

red 204 ◦ green 149 ◦ blue 152

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

Shades of Careys Pink #CC9598

Tints of Careys Pink #CC9598

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.5%

 BLUE value IS 152 (59.77% from 255) = 30.1%

R = 40.4%
G = 29.5%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC9598 (or 0xCC9598) is known color: Careys Pink. HEX triplet: CC, 95 and 98. RGB value is (204,149,152). Sum of RGB (Red+Green+Blue) = 204+149+152=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9598 is #336A67. Grayscale: #A5A5A5. Windows color (decimal): -3369576 or 9999820. OLE color: 9999820.

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

Color convert

RGB 204 149 152 -
CMYK 0 0.27 0.25 0.2
HSL 356.73º 0.35% 0.69% -
HSV(B) 356.73º 0.27% 0.8% -
XYZ 41.32 36.6 34.59 -
YUV 165.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 204 149 152 0 0.27 0.25 0.2 356.73 0.35 0.69
Hex CC 95 98 0 1B 19 14 165 23 45
Octal 314 225 230 0 33 31 24 545 43 105
Binary 11001100 10010101 10011000 0 11011 11001 10100 101100101 100011 1000101

Color Harmonies of #CC9598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9598

Black with #CC9598

Text Example


Text Example

White with #CC9598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9598; }

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

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

background-color css

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

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

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

border-color css

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

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

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