Html Css Color HEX #CC9498 Careys Pink

📋 copy color: '#CC9498'

red 204 ◦ green 148 ◦ blue 152

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

Shades of Careys Pink #CC9498

Tints of Careys Pink #CC9498

RGB

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

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

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

R = 40.48%
G = 29.37%
B = 30.16%

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

#CC9498 (or 0xCC9498) is known color: Careys Pink. HEX triplet: CC, 94 and 98. RGB value is (204,148,152). Sum of RGB (Red+Green+Blue) = 204+148+152=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9498 is #336B67. Grayscale: #A5A5A5. Windows color (decimal): -3369832 or 9999564. OLE color: 9999564.

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

Color convert

RGB 204 148 152 -
CMYK 0 0.27 0.25 0.2
HSL 355.71º 0.35% 0.69% -
HSV(B) 355.71º 0.27% 0.8% -
XYZ 41.16 36.28 34.54 -
YUV 165.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 204 148 152 0 0.27 0.25 0.2 355.71 0.35 0.69
Hex CC 94 98 0 1B 19 14 164 23 45
Octal 314 224 230 0 33 31 24 544 43 105
Binary 11001100 10010100 10011000 0 11011 11001 10100 101100100 100011 1000101

Color Harmonies of #CC9498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9498

Black with #CC9498

Text Example


Text Example

White with #CC9498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9498; }

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

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

background-color css

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

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

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

border-color css

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

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

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