Html Css Color HEX #C5939A Careys Pink

📋 copy color: '#C5939A'

red 197 ◦ green 147 ◦ blue 154

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

Shades of Careys Pink #C5939A

Tints of Careys Pink #C5939A

RGB

 RED value IS 197 (77.34% from 255) = 39.56%

 GREEN value IS 147 (57.81% from 255) = 29.52%

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

R = 39.56%
G = 29.52%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5939A (or 0xC5939A) is known color: Careys Pink. HEX triplet: C5, 93 and 9A. RGB value is (197,147,154). Sum of RGB (Red+Green+Blue) = 197+147+154=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 154 (60.55% from 255 or 30.92% from 498); Max value from RGB is 197 - color contains mainly: red. Hex color #C5939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5939A is #3A6C65. Grayscale: #A2A2A2. Windows color (decimal): -3828838 or 10130373. OLE color: 10130373.

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

Color convert

RGB 197 147 154 -
CMYK 0 0.25 0.22 0.23
HSL 351.6º 0.3% 0.67% -
HSV(B) 351.6º 0.25% 0.77% -
XYZ 39.29 35.07 35.27 -
YUV 162.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 197 147 154 0 0.25 0.22 0.23 351.6 0.3 0.67
Hex C5 93 9A 0 19 16 17 160 1E 43
Octal 305 223 232 0 31 26 27 540 36 103
Binary 11000101 10010011 10011010 0 11001 10110 10111 101100000 11110 1000011

Color Harmonies of #C5939A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5939A

Black with #C5939A

Text Example


Text Example

White with #C5939A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5939A; }

 p { color: rgb(197,147,154); }

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

background-color css

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

 a { background-color: rgb(197,147,154); }

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

border-color css

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

 span { border-color: rgb(197,147,154); }

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