Html Css Color HEX #C998A4 Careys Pink

📋 copy color: '#C998A4'

red 201 ◦ green 152 ◦ blue 164

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

Shades of Careys Pink #C998A4

Tints of Careys Pink #C998A4

RGB

 RED value IS 201 (78.91% from 255) = 38.88%

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

 BLUE value IS 164 (64.45% from 255) = 31.72%

R = 38.88%
G = 29.4%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C998A4 (or 0xC998A4) is known color: Careys Pink. HEX triplet: C9, 98 and A4. RGB value is (201,152,164). Sum of RGB (Red+Green+Blue) = 201+152+164=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 164 (64.45% from 255 or 31.72% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C998A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C998A4 is #36675B. Grayscale: #A8A8A8. Windows color (decimal): -3565404 or 10787017. OLE color: 10787017.

HSL color Cylindrical-coordinate representation of color #C998A4: hue angle of 345.31º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C998A4 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 152 164 -
CMYK 0 0.24 0.18 0.21
HSL 345.31º 0.31% 0.69% -
HSV(B) 345.31º 0.24% 0.79% -
XYZ 42.02 37.55 40.16 -
YUV 168.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 201 152 164 0 0.24 0.18 0.21 345.31 0.31 0.69
Hex C9 98 A4 0 18 12 15 159 1F 45
Octal 311 230 244 0 30 22 25 531 37 105
Binary 11001001 10011000 10100100 0 11000 10010 10101 101011001 11111 1000101

Color Harmonies of #C998A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C998A4

Black with #C998A4

Text Example


Text Example

White with #C998A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C998A4; }

 p { color: rgb(201,152,164); }

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

background-color css

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

 a { background-color: rgb(201,152,164); }

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

border-color css

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

 span { border-color: rgb(201,152,164); }

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