Html Css Color HEX #C398A0 Careys Pink

📋 copy color: '#C398A0'

red 195 ◦ green 152 ◦ blue 160

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

Shades of Careys Pink #C398A0

Tints of Careys Pink #C398A0

RGB

 RED value IS 195 (76.56% from 255) = 38.46%

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

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

R = 38.46%
G = 29.98%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C398A0 (or 0xC398A0) is known color: Careys Pink. HEX triplet: C3, 98 and A0. RGB value is (195,152,160). Sum of RGB (Red+Green+Blue) = 195+152+160=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C398A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C398A0 is #3C675F. Grayscale: #A5A5A5. Windows color (decimal): -3958624 or 10524867. OLE color: 10524867.

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

Color convert

RGB 195 152 160 -
CMYK 0 0.22 0.18 0.24
HSL 348.84º 0.26% 0.68% -
HSV(B) 348.84º 0.22% 0.76% -
XYZ 40.08 36.6 38.21 -
YUV 165.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 195 152 160 0 0.22 0.18 0.24 348.84 0.26 0.68
Hex C3 98 A0 0 16 12 18 15D 1A 44
Octal 303 230 240 0 26 22 30 535 32 104
Binary 11000011 10011000 10100000 0 10110 10010 11000 101011101 11010 1000100

Color Harmonies of #C398A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C398A0

Black with #C398A0

Text Example


Text Example

White with #C398A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C398A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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