Html Css Color HEX #C298A0 Careys Pink

📋 copy color: '#C298A0'

red 194 ◦ green 152 ◦ blue 160

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

Shades of Careys Pink #C298A0

Tints of Careys Pink #C298A0

RGB

 RED value IS 194 (76.17% from 255) = 38.34%

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

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

R = 38.34%
G = 30.04%
B = 31.62%

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

#C298A0 (or 0xC298A0) is known color: Careys Pink. HEX triplet: C2, 98 and A0. RGB value is (194,152,160). Sum of RGB (Red+Green+Blue) = 194+152+160=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C298A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C298A0 is #3D675F. Grayscale: #A5A5A5. Windows color (decimal): -4024160 or 10524866. OLE color: 10524866.

HSL color Cylindrical-coordinate representation of color #C298A0: hue angle of 348.57º 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 #C298A0 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 152 160 -
CMYK 0 0.22 0.18 0.24
HSL 348.57º 0.26% 0.68% -
HSV(B) 348.57º 0.22% 0.76% -
XYZ 39.82 36.46 38.2 -
YUV 165.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 194 152 160 0 0.22 0.18 0.24 348.57 0.26 0.68
Hex C2 98 A0 0 16 12 18 15D 1A 44
Octal 302 230 240 0 26 22 30 535 32 104
Binary 11000010 10011000 10100000 0 10110 10010 11000 101011101 11010 1000100

Color Harmonies of #C298A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C298A0

Black with #C298A0

Text Example


Text Example

White with #C298A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C298A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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