Html Css Color HEX #CC9497 Careys Pink

📋 copy color: '#CC9497'

red 204 ◦ green 148 ◦ blue 151

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

Shades of Careys Pink #CC9497

Tints of Careys Pink #CC9497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.42%

 BLUE value IS 151 (59.38% from 255) = 30.02%

R = 40.56%
G = 29.42%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC9497 (or 0xCC9497) is known color: Careys Pink. HEX triplet: CC, 94 and 97. RGB value is (204,148,151). Sum of RGB (Red+Green+Blue) = 204+148+151=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9497 is #336B68. Grayscale: #A5A5A5. Windows color (decimal): -3369833 or 9934028. OLE color: 9934028.

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

Color convert

RGB 204 148 151 -
CMYK 0 0.27 0.26 0.2
HSL 356.79º 0.35% 0.69% -
HSV(B) 356.79º 0.27% 0.8% -
XYZ 41.08 36.25 34.11 -
YUV 165.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 204 148 151 0 0.27 0.26 0.2 356.79 0.35 0.69
Hex CC 94 97 0 1B 1A 14 165 23 45
Octal 314 224 227 0 33 32 24 545 43 105
Binary 11001100 10010100 10010111 0 11011 11010 10100 101100101 100011 1000101

Color Harmonies of #CC9497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9497

Black with #CC9497

Text Example


Text Example

White with #CC9497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9497; }

 p { color: rgb(204,148,151); }

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

background-color css

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

 a { background-color: rgb(204,148,151); }

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

border-color css

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

 span { border-color: rgb(204,148,151); }

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