Html Css Color HEX #C3ABAF Careys Pink

📋 copy color: '#C3ABAF'

red 195 ◦ green 171 ◦ blue 175

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

Shades of Careys Pink #C3ABAF

Tints of Careys Pink #C3ABAF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.61%

 BLUE value IS 175 (68.75% from 255) = 32.35%

R = 36.04%
G = 31.61%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C3ABAF (or 0xC3ABAF) is known color: Careys Pink. HEX triplet: C3, AB and AF. RGB value is (195,171,175). Sum of RGB (Red+Green+Blue) = 195+171+175=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ABAF is #3C5450. Grayscale: #B2B2B2. Windows color (decimal): -3953745 or 11512771. OLE color: 11512771.

HSL color Cylindrical-coordinate representation of color #C3ABAF: hue angle of 350º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3ABAF is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 171 175 -
CMYK 0 0.12 0.10 0.24
HSL 350º 0.17% 0.72% -
HSV(B) 350º 0.12% 0.76% -
XYZ 44.81 43.82 46.65 -
YUV 178.63 125.95 139.67 -
System Red Green Blue C M Y K H S L
Decimal 195 171 175 0 0.12 0.10 0.24 350 0.17 0.72
Hex C3 AB AF 0 C A 18 15E 11 48
Octal 303 253 257 0 14 12 30 536 21 110
Binary 11000011 10101011 10101111 0 1100 1010 11000 101011110 10001 1001000

Color Harmonies of #C3ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ABAF

Black with #C3ABAF

Text Example


Text Example

White with #C3ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ABAF; }

 p { color: rgb(195,171,175); }

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

background-color css

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

 a { background-color: rgb(195,171,175); }

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

border-color css

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

 span { border-color: rgb(195,171,175); }

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