Html Css Color HEX #C3989B Careys Pink

📋 copy color: '#C3989B'

red 195 ◦ green 152 ◦ blue 155

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

Shades of Careys Pink #C3989B

Tints of Careys Pink #C3989B

RGB

 RED value IS 195 (76.56% from 255) = 38.84%

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

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

R = 38.84%
G = 30.28%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C3989B (or 0xC3989B) is known color: Careys Pink. HEX triplet: C3, 98 and 9B. RGB value is (195,152,155). Sum of RGB (Red+Green+Blue) = 195+152+155=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3989B is #3C6764. Grayscale: #A5A5A5. Windows color (decimal): -3958629 or 10197187. OLE color: 10197187.

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

Color convert

RGB 195 152 155 -
CMYK 0 0.22 0.21 0.24
HSL 355.81º 0.26% 0.68% -
HSV(B) 355.81º 0.22% 0.76% -
XYZ 39.65 36.43 35.95 -
YUV 165.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 195 152 155 0 0.22 0.21 0.24 355.81 0.26 0.68
Hex C3 98 9B 0 16 15 18 164 1A 44
Octal 303 230 233 0 26 25 30 544 32 104
Binary 11000011 10011000 10011011 0 10110 10101 11000 101100100 11010 1000100

Color Harmonies of #C3989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3989B

Black with #C3989B

Text Example


Text Example

White with #C3989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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