Html Css Color HEX #C3989D Careys Pink

📋 copy color: '#C3989D'

red 195 ◦ green 152 ◦ blue 157

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

Shades of Careys Pink #C3989D

Tints of Careys Pink #C3989D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 38.69%
G = 30.16%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3989D (or 0xC3989D) is known color: Careys Pink. HEX triplet: C3, 98 and 9D. RGB value is (195,152,157). Sum of RGB (Red+Green+Blue) = 195+152+157=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3989D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3989D is #3C6762. Grayscale: #A5A5A5. Windows color (decimal): -3958627 or 10328259. OLE color: 10328259.

HSL color Cylindrical-coordinate representation of color #C3989D: hue angle of 353.02º 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 #C3989D is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 152 157 -
CMYK 0 0.22 0.19 0.24
HSL 353.02º 0.26% 0.68% -
HSV(B) 353.02º 0.22% 0.76% -
XYZ 39.82 36.49 36.84 -
YUV 165.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 195 152 157 0 0.22 0.19 0.24 353.02 0.26 0.68
Hex C3 98 9D 0 16 13 18 161 1A 44
Octal 303 230 235 0 26 23 30 541 32 104
Binary 11000011 10011000 10011101 0 10110 10011 11000 101100001 11010 1000100

Color Harmonies of #C3989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3989D

Black with #C3989D

Text Example


Text Example

White with #C3989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3989D; }

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

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

background-color css

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

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

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

border-color css

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

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

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