Html Css Color HEX #C2999A Careys Pink

📋 copy color: '#C2999A'

red 194 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #C2999A

Tints of Careys Pink #C2999A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.74%

R = 38.72%
G = 30.54%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2999A (or 0xC2999A) is known color: Careys Pink. HEX triplet: C2, 99 and 9A. RGB value is (194,153,154). Sum of RGB (Red+Green+Blue) = 194+153+154=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2999A is #3D6665. Grayscale: #A5A5A5. Windows color (decimal): -4023910 or 10131906. OLE color: 10131906.

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

Color convert

RGB 194 153 154 -
CMYK 0 0.21 0.21 0.24
HSL 358.54º 0.25% 0.68% -
HSV(B) 358.54º 0.21% 0.76% -
XYZ 39.47 36.58 35.55 -
YUV 165.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 194 153 154 0 0.21 0.21 0.24 358.54 0.25 0.68
Hex C2 99 9A 0 15 15 18 167 19 44
Octal 302 231 232 0 25 25 30 547 31 104
Binary 11000010 10011001 10011010 0 10101 10101 11000 101100111 11001 1000100

Color Harmonies of #C2999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2999A

Black with #C2999A

Text Example


Text Example

White with #C2999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2999A; }

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

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

background-color css

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

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

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

border-color css

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

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

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