Html Css Color HEX #CC9899 Careys Pink

📋 copy color: '#CC9899'

red 204 ◦ green 152 ◦ blue 153

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

Shades of Careys Pink #CC9899

Tints of Careys Pink #CC9899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.06%

R = 40.08%
G = 29.86%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC9899 (or 0xCC9899) is known color: Careys Pink. HEX triplet: CC, 98 and 99. RGB value is (204,152,153). Sum of RGB (Red+Green+Blue) = 204+152+153=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9899 is #336766. Grayscale: #A7A7A7. Windows color (decimal): -3368807 or 10066124. OLE color: 10066124.

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

Color convert

RGB 204 152 153 -
CMYK 0 0.25 0.25 0.2
HSL 358.85º 0.34% 0.7% -
HSV(B) 358.85º 0.25% 0.8% -
XYZ 41.88 37.59 35.19 -
YUV 167.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 204 152 153 0 0.25 0.25 0.2 358.85 0.34 0.7
Hex CC 98 99 0 19 19 14 167 22 46
Octal 314 230 231 0 31 31 24 547 42 106
Binary 11001100 10011000 10011001 0 11001 11001 10100 101100111 100010 1000110

Color Harmonies of #CC9899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9899

Black with #CC9899

Text Example


Text Example

White with #CC9899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9899; }

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

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

background-color css

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

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

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

border-color css

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

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

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