Html Css Color HEX #CC989A Careys Pink

📋 copy color: '#CC989A'

red 204 ◦ green 152 ◦ blue 154

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

Shades of Careys Pink #CC989A

Tints of Careys Pink #CC989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.2%

R = 40%
G = 29.8%
B = 30.2%

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

#CC989A (or 0xCC989A) is known color: Careys Pink. HEX triplet: CC, 98 and 9A. RGB value is (204,152,154). Sum of RGB (Red+Green+Blue) = 204+152+154=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC989A is #336765. Grayscale: #A7A7A7. Windows color (decimal): -3368806 or 10131660. OLE color: 10131660.

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

Color convert

RGB 204 152 154 -
CMYK 0 0.25 0.25 0.2
HSL 357.69º 0.34% 0.7% -
HSV(B) 357.69º 0.25% 0.8% -
XYZ 41.96 37.63 35.62 -
YUV 167.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 204 152 154 0 0.25 0.25 0.2 357.69 0.34 0.7
Hex CC 98 9A 0 19 19 14 166 22 46
Octal 314 230 232 0 31 31 24 546 42 106
Binary 11001100 10011000 10011010 0 11001 11001 10100 101100110 100010 1000110

Color Harmonies of #CC989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC989A

Black with #CC989A

Text Example


Text Example

White with #CC989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC989A; }

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

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

background-color css

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

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

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

border-color css

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

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

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