Html Css Color HEX #CC9798 Careys Pink

📋 copy color: '#CC9798'

red 204 ◦ green 151 ◦ blue 152

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

Shades of Careys Pink #CC9798

Tints of Careys Pink #CC9798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.98%

R = 40.24%
G = 29.78%
B = 29.98%

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

#CC9798 (or 0xCC9798) is known color: Careys Pink. HEX triplet: CC, 97 and 98. RGB value is (204,151,152). Sum of RGB (Red+Green+Blue) = 204+151+152=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9798 is #336867. Grayscale: #A7A7A7. Windows color (decimal): -3369064 or 10000332. OLE color: 10000332.

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

Color convert

RGB 204 151 152 -
CMYK 0 0.26 0.25 0.2
HSL 358.87º 0.34% 0.7% -
HSV(B) 358.87º 0.26% 0.8% -
XYZ 41.64 37.24 34.7 -
YUV 166.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 204 151 152 0 0.26 0.25 0.2 358.87 0.34 0.7
Hex CC 97 98 0 1A 19 14 167 22 46
Octal 314 227 230 0 32 31 24 547 42 106
Binary 11001100 10010111 10011000 0 11010 11001 10100 101100111 100010 1000110

Color Harmonies of #CC9798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9798

Black with #CC9798

Text Example


Text Example

White with #CC9798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9798; }

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

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

background-color css

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

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

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

border-color css

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

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

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