Html Css Color HEX #C198A0 Careys Pink

📋 copy color: '#C198A0'

red 193 ◦ green 152 ◦ blue 160

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

Shades of Careys Pink #C198A0

Tints of Careys Pink #C198A0

RGB

 RED value IS 193 (75.78% from 255) = 38.22%

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

 BLUE value IS 160 (62.89% from 255) = 31.68%

R = 38.22%
G = 30.1%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C198A0 (or 0xC198A0) is known color: Careys Pink. HEX triplet: C1, 98 and A0. RGB value is (193,152,160). Sum of RGB (Red+Green+Blue) = 193+152+160=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 193 - color contains mainly: red. Hex color #C198A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C198A0 is #3E675F. Grayscale: #A5A5A5. Windows color (decimal): -4089696 or 10524865. OLE color: 10524865.

HSL color Cylindrical-coordinate representation of color #C198A0: hue angle of 348.29º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C198A0 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 152 160 -
CMYK 0 0.21 0.17 0.24
HSL 348.29º 0.25% 0.68% -
HSV(B) 348.29º 0.21% 0.76% -
XYZ 39.57 36.33 38.19 -
YUV 165.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 193 152 160 0 0.21 0.17 0.24 348.29 0.25 0.68
Hex C1 98 A0 0 15 11 18 15C 19 44
Octal 301 230 240 0 25 21 30 534 31 104
Binary 11000001 10011000 10100000 0 10101 10001 11000 101011100 11001 1000100

Color Harmonies of #C198A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C198A0

Black with #C198A0

Text Example


Text Example

White with #C198A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C198A0; }

 p { color: rgb(193,152,160); }

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

background-color css

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

 a { background-color: rgb(193,152,160); }

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

border-color css

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

 span { border-color: rgb(193,152,160); }

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