Html Css Color HEX #CC989E Careys Pink

📋 copy color: '#CC989E'

red 204 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #CC989E

Tints of Careys Pink #CC989E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.74%

R = 39.69%
G = 29.57%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC989E (or 0xCC989E) is known color: Careys Pink. HEX triplet: CC, 98 and 9E. RGB value is (204,152,158). Sum of RGB (Red+Green+Blue) = 204+152+158=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC989E is #336761. Grayscale: #A8A8A8. Windows color (decimal): -3368802 or 10393804. OLE color: 10393804.

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

Color convert

RGB 204 152 158 -
CMYK 0 0.25 0.23 0.2
HSL 353.08º 0.34% 0.7% -
HSV(B) 353.08º 0.25% 0.8% -
XYZ 42.3 37.76 37.41 -
YUV 168.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 204 152 158 0 0.25 0.23 0.2 353.08 0.34 0.7
Hex CC 98 9E 0 19 17 14 161 22 46
Octal 314 230 236 0 31 27 24 541 42 106
Binary 11001100 10011000 10011110 0 11001 10111 10100 101100001 100010 1000110

Color Harmonies of #CC989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC989E

Black with #CC989E

Text Example


Text Example

White with #CC989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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