Html Css Color HEX #CC979A Careys Pink

📋 copy color: '#CC979A'

red 204 ◦ green 151 ◦ blue 154

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

Shades of Careys Pink #CC979A

Tints of Careys Pink #CC979A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.67%

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

R = 40.08%
G = 29.67%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC979A (or 0xCC979A) is known color: Careys Pink. HEX triplet: CC, 97 and 9A. RGB value is (204,151,154). Sum of RGB (Red+Green+Blue) = 204+151+154=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC979A is #336865. Grayscale: #A7A7A7. Windows color (decimal): -3369062 or 10131404. OLE color: 10131404.

HSL color Cylindrical-coordinate representation of color #CC979A: hue angle of 356.6º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC979A is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 151 154 -
CMYK 0 0.26 0.25 0.2
HSL 356.6º 0.34% 0.7% -
HSV(B) 356.6º 0.26% 0.8% -
XYZ 41.8 37.3 35.57 -
YUV 167.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 204 151 154 0 0.26 0.25 0.2 356.6 0.34 0.7
Hex CC 97 9A 0 1A 19 14 165 22 46
Octal 314 227 232 0 32 31 24 545 42 106
Binary 11001100 10010111 10011010 0 11010 11001 10100 101100101 100010 1000110

Color Harmonies of #CC979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC979A

Black with #CC979A

Text Example


Text Example

White with #CC979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC979A; }

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

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

background-color css

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

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

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

border-color css

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

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

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