Html Css Color HEX #C5969A Careys Pink

📋 copy color: '#C5969A'

red 197 ◦ green 150 ◦ blue 154

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

Shades of Careys Pink #C5969A

Tints of Careys Pink #C5969A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.94%

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

R = 39.32%
G = 29.94%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5969A (or 0xC5969A) is known color: Careys Pink. HEX triplet: C5, 96 and 9A. RGB value is (197,150,154). Sum of RGB (Red+Green+Blue) = 197+150+154=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5969A is #3A6965. Grayscale: #A4A4A4. Windows color (decimal): -3828070 or 10131141. OLE color: 10131141.

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

Color convert

RGB 197 150 154 -
CMYK 0 0.24 0.22 0.23
HSL 354.89º 0.29% 0.68% -
HSV(B) 354.89º 0.24% 0.77% -
XYZ 39.77 36.02 35.43 -
YUV 164.51 122.07 151.17 -
System Red Green Blue C M Y K H S L
Decimal 197 150 154 0 0.24 0.22 0.23 354.89 0.29 0.68
Hex C5 96 9A 0 18 16 17 163 1D 44
Octal 305 226 232 0 30 26 27 543 35 104
Binary 11000101 10010110 10011010 0 11000 10110 10111 101100011 11101 1000100

Color Harmonies of #C5969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5969A

Black with #C5969A

Text Example


Text Example

White with #C5969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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