Html Css Color HEX #C299A2 Careys Pink

📋 copy color: '#C299A2'

red 194 ◦ green 153 ◦ blue 162

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

Shades of Careys Pink #C299A2

Tints of Careys Pink #C299A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.83%

R = 38.11%
G = 30.06%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C299A2 (or 0xC299A2) is known color: Careys Pink. HEX triplet: C2, 99 and A2. RGB value is (194,153,162). Sum of RGB (Red+Green+Blue) = 194+153+162=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C299A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C299A2 is #3D665D. Grayscale: #A6A6A6. Windows color (decimal): -4023902 or 10656194. OLE color: 10656194.

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

Color convert

RGB 194 153 162 -
CMYK 0 0.21 0.16 0.24
HSL 346.83º 0.25% 0.68% -
HSV(B) 346.83º 0.21% 0.76% -
XYZ 40.16 36.86 39.18 -
YUV 166.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 194 153 162 0 0.21 0.16 0.24 346.83 0.25 0.68
Hex C2 99 A2 0 15 10 18 15B 19 44
Octal 302 231 242 0 25 20 30 533 31 104
Binary 11000010 10011001 10100010 0 10101 10000 11000 101011011 11001 1000100

Color Harmonies of #C299A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C299A2

Black with #C299A2

Text Example


Text Example

White with #C299A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C299A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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