Html Css Color HEX #C299A0 Careys Pink

📋 copy color: '#C299A0'

red 194 ◦ green 153 ◦ blue 160

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

Shades of Careys Pink #C299A0

Tints of Careys Pink #C299A0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.18%

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

R = 38.26%
G = 30.18%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C299A0 (or 0xC299A0) is known color: Careys Pink. HEX triplet: C2, 99 and A0. RGB value is (194,153,160). Sum of RGB (Red+Green+Blue) = 194+153+160=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C299A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299A0 is #3D665F. Grayscale: #A6A6A6. Windows color (decimal): -4023904 or 10525122. OLE color: 10525122.

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

Color convert

RGB 194 153 160 -
CMYK 0 0.21 0.18 0.24
HSL 349.76º 0.25% 0.68% -
HSV(B) 349.76º 0.21% 0.76% -
XYZ 39.98 36.79 38.25 -
YUV 166.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 194 153 160 0 0.21 0.18 0.24 349.76 0.25 0.68
Hex C2 99 A0 0 15 12 18 15E 19 44
Octal 302 231 240 0 25 22 30 536 31 104
Binary 11000010 10011001 10100000 0 10101 10010 11000 101011110 11001 1000100

Color Harmonies of #C299A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299A0

Black with #C299A0

Text Example


Text Example

White with #C299A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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