Html Css Color HEX #C0949A Careys Pink

📋 copy color: '#C0949A'

red 192 ◦ green 148 ◦ blue 154

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

Shades of Careys Pink #C0949A

Tints of Careys Pink #C0949A

RGB

 RED value IS 192 (75.39% from 255) = 38.87%

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

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

R = 38.87%
G = 29.96%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0949A (or 0xC0949A) is known color: Careys Pink. HEX triplet: C0, 94 and 9A. RGB value is (192,148,154). Sum of RGB (Red+Green+Blue) = 192+148+154=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0949A is #3F6B65. Grayscale: #A1A1A1. Windows color (decimal): -4156262 or 10130624. OLE color: 10130624.

HSL color Cylindrical-coordinate representation of color #C0949A: hue angle of 351.82º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0949A is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 154 -
CMYK 0 0.23 0.20 0.25
HSL 351.82º 0.26% 0.67% -
HSV(B) 351.82º 0.23% 0.75% -
XYZ 38.16 34.72 35.26 -
YUV 161.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 192 148 154 0 0.23 0.20 0.25 351.82 0.26 0.67
Hex C0 94 9A 0 17 14 19 160 1A 43
Octal 300 224 232 0 27 24 31 540 32 103
Binary 11000000 10010100 10011010 0 10111 10100 11001 101100000 11010 1000011

Color Harmonies of #C0949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0949A

Black with #C0949A

Text Example


Text Example

White with #C0949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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