Html Css Color HEX #C6959B Careys Pink

📋 copy color: '#C6959B'

red 198 ◦ green 149 ◦ blue 155

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

Shades of Careys Pink #C6959B

Tints of Careys Pink #C6959B

RGB

 RED value IS 198 (77.73% from 255) = 39.44%

 GREEN value IS 149 (58.59% from 255) = 29.68%

 BLUE value IS 155 (60.94% from 255) = 30.88%

R = 39.44%
G = 29.68%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6959B (or 0xC6959B) is known color: Careys Pink. HEX triplet: C6, 95 and 9B. RGB value is (198,149,155). Sum of RGB (Red+Green+Blue) = 198+149+155=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C6959B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6959B is #396A64. Grayscale: #A4A4A4. Windows color (decimal): -3762789 or 10196422. OLE color: 10196422.

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

Color convert

RGB 198 149 155 -
CMYK 0 0.25 0.22 0.22
HSL 352.65º 0.3% 0.68% -
HSV(B) 352.65º 0.25% 0.78% -
XYZ 39.95 35.87 35.83 -
YUV 164.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 198 149 155 0 0.25 0.22 0.22 352.65 0.3 0.68
Hex C6 95 9B 0 19 16 16 161 1E 44
Octal 306 225 233 0 31 26 26 541 36 104
Binary 11000110 10010101 10011011 0 11001 10110 10110 101100001 11110 1000100

Color Harmonies of #C6959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6959B

Black with #C6959B

Text Example


Text Example

White with #C6959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6959B; }

 p { color: rgb(198,149,155); }

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

background-color css

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

 a { background-color: rgb(198,149,155); }

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

border-color css

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

 span { border-color: rgb(198,149,155); }

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