Html Css Color HEX #CC989D Careys Pink

📋 copy color: '#CC989D'

red 204 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #CC989D

Tints of Careys Pink #CC989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.6%

R = 39.77%
G = 29.63%
B = 30.6%

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

#CC989D (or 0xCC989D) is known color: Careys Pink. HEX triplet: CC, 98 and 9D. RGB value is (204,152,157). Sum of RGB (Red+Green+Blue) = 204+152+157=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC989D is #336762. Grayscale: #A8A8A8. Windows color (decimal): -3368803 or 10328268. OLE color: 10328268.

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

Color convert

RGB 204 152 157 -
CMYK 0 0.25 0.23 0.2
HSL 354.23º 0.34% 0.7% -
HSV(B) 354.23º 0.25% 0.8% -
XYZ 42.22 37.73 36.96 -
YUV 168.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 204 152 157 0 0.25 0.23 0.2 354.23 0.34 0.7
Hex CC 98 9D 0 19 17 14 162 22 46
Octal 314 230 235 0 31 27 24 542 42 106
Binary 11001100 10011000 10011101 0 11001 10111 10100 101100010 100010 1000110

Color Harmonies of #CC989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC989D

Black with #CC989D

Text Example


Text Example

White with #CC989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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