Html Css Color HEX #C1989B Careys Pink

📋 copy color: '#C1989B'

red 193 ◦ green 152 ◦ blue 155

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

Shades of Careys Pink #C1989B

Tints of Careys Pink #C1989B

RGB

 RED value IS 193 (75.78% from 255) = 38.6%

 GREEN value IS 152 (59.77% from 255) = 30.4%

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

R = 38.6%
G = 30.4%
B = 31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C1989B (or 0xC1989B) is known color: Careys Pink. HEX triplet: C1, 98 and 9B. RGB value is (193,152,155). Sum of RGB (Red+Green+Blue) = 193+152+155=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 155 (60.94% from 255 or 31% from 500); Max value from RGB is 193 - color contains mainly: red. Hex color #C1989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1989B is #3E6764. Grayscale: #A4A4A4. Windows color (decimal): -4089701 or 10197185. OLE color: 10197185.

HSL color Cylindrical-coordinate representation of color #C1989B: hue angle of 355.61º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1989B is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 152 155 -
CMYK 0 0.21 0.20 0.24
HSL 355.61º 0.25% 0.68% -
HSV(B) 355.61º 0.21% 0.76% -
XYZ 39.14 36.16 35.93 -
YUV 164.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 193 152 155 0 0.21 0.20 0.24 355.61 0.25 0.68
Hex C1 98 9B 0 15 14 18 164 19 44
Octal 301 230 233 0 25 24 30 544 31 104
Binary 11000001 10011000 10011011 0 10101 10100 11000 101100100 11001 1000100

Color Harmonies of #C1989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1989B

Black with #C1989B

Text Example


Text Example

White with #C1989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1989B; }

 p { color: rgb(193,152,155); }

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

background-color css

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

 a { background-color: rgb(193,152,155); }

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

border-color css

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

 span { border-color: rgb(193,152,155); }

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