Html Css Color HEX #C2999F Careys Pink

📋 copy color: '#C2999F'

red 194 ◦ green 153 ◦ blue 159

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

Shades of Careys Pink #C2999F

Tints of Careys Pink #C2999F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.42%

R = 38.34%
G = 30.24%
B = 31.42%

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

#C2999F (or 0xC2999F) is known color: Careys Pink. HEX triplet: C2, 99 and 9F. RGB value is (194,153,159). Sum of RGB (Red+Green+Blue) = 194+153+159=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2999F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2999F is #3D6660. Grayscale: #A5A5A5. Windows color (decimal): -4023905 or 10459586. OLE color: 10459586.

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

Color convert

RGB 194 153 159 -
CMYK 0 0.21 0.18 0.24
HSL 351.22º 0.25% 0.68% -
HSV(B) 351.22º 0.21% 0.76% -
XYZ 39.9 36.76 37.79 -
YUV 165.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 194 153 159 0 0.21 0.18 0.24 351.22 0.25 0.68
Hex C2 99 9F 0 15 12 18 15F 19 44
Octal 302 231 237 0 25 22 30 537 31 104
Binary 11000010 10011001 10011111 0 10101 10010 11000 101011111 11001 1000100

Color Harmonies of #C2999F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2999F

Black with #C2999F

Text Example


Text Example

White with #C2999F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2999F; }

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

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

background-color css

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

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

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

border-color css

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

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

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