Html Css Color HEX #C9949A Careys Pink

📋 copy color: '#C9949A'

red 201 ◦ green 148 ◦ blue 154

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

Shades of Careys Pink #C9949A

Tints of Careys Pink #C9949A

RGB

 RED value IS 201 (78.91% from 255) = 39.96%

 GREEN value IS 148 (58.2% from 255) = 29.42%

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

R = 39.96%
G = 29.42%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#C9949A (or 0xC9949A) is known color: Careys Pink. HEX triplet: C9, 94 and 9A. RGB value is (201,148,154). Sum of RGB (Red+Green+Blue) = 201+148+154=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C9949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9949A is #366B65. Grayscale: #A4A4A4. Windows color (decimal): -3566438 or 10130633. OLE color: 10130633.

HSL color Cylindrical-coordinate representation of color #C9949A: hue angle of 353.21º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9949A is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 148 154 -
CMYK 0 0.26 0.23 0.21
HSL 353.21º 0.33% 0.68% -
HSV(B) 353.21º 0.26% 0.79% -
XYZ 40.51 35.93 35.37 -
YUV 164.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 201 148 154 0 0.26 0.23 0.21 353.21 0.33 0.68
Hex C9 94 9A 0 1A 17 15 161 21 44
Octal 311 224 232 0 32 27 25 541 41 104
Binary 11001001 10010100 10011010 0 11010 10111 10101 101100001 100001 1000100

Color Harmonies of #C9949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9949A

Black with #C9949A

Text Example


Text Example

White with #C9949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9949A; }

 p { color: rgb(201,148,154); }

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

background-color css

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

 a { background-color: rgb(201,148,154); }

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

border-color css

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

 span { border-color: rgb(201,148,154); }

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