Html Css Color HEX #C5999A Careys Pink

📋 copy color: '#C5999A'

red 197 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #C5999A

Tints of Careys Pink #C5999A

RGB

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

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

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

R = 39.09%
G = 30.36%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C5999A (or 0xC5999A) is known color: Careys Pink. HEX triplet: C5, 99 and 9A. RGB value is (197,153,154). Sum of RGB (Red+Green+Blue) = 197+153+154=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5999A is #3A6665. Grayscale: #A6A6A6. Windows color (decimal): -3827302 or 10131909. OLE color: 10131909.

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

Color convert

RGB 197 153 154 -
CMYK 0 0.22 0.22 0.23
HSL 358.64º 0.28% 0.69% -
HSV(B) 358.64º 0.22% 0.77% -
XYZ 40.25 36.99 35.59 -
YUV 166.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 197 153 154 0 0.22 0.22 0.23 358.64 0.28 0.69
Hex C5 99 9A 0 16 16 17 167 1C 45
Octal 305 231 232 0 26 26 27 547 34 105
Binary 11000101 10011001 10011010 0 10110 10110 10111 101100111 11100 1000101

Color Harmonies of #C5999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5999A

Black with #C5999A

Text Example


Text Example

White with #C5999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5999A; }

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

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

background-color css

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

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

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

border-color css

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

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

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