Html Css Color HEX #C2ACB0 Careys Pink

📋 copy color: '#C2ACB0'

red 194 ◦ green 172 ◦ blue 176

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

Shades of Careys Pink #C2ACB0

Tints of Careys Pink #C2ACB0

RGB

 RED value IS 194 (76.17% from 255) = 35.79%

 GREEN value IS 172 (67.58% from 255) = 31.73%

 BLUE value IS 176 (69.14% from 255) = 32.47%

R = 35.79%
G = 31.73%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C2ACB0 (or 0xC2ACB0) is known color: Careys Pink. HEX triplet: C2, AC and B0. RGB value is (194,172,176). Sum of RGB (Red+Green+Blue) = 194+172+176=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACB0 is #3D534F. Grayscale: #B3B3B3. Windows color (decimal): -4019024 or 11578562. OLE color: 11578562.

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

Color convert

RGB 194 172 176 -
CMYK 0 0.11 0.09 0.24
HSL 349.09º 0.15% 0.72% -
HSV(B) 349.09º 0.11% 0.76% -
XYZ 44.84 44.11 47.23 -
YUV 179.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 194 172 176 0 0.11 0.09 0.24 349.09 0.15 0.72
Hex C2 AC B0 0 B 9 18 15D F 48
Octal 302 254 260 0 13 11 30 535 17 110
Binary 11000010 10101100 10110000 0 1011 1001 11000 101011101 1111 1001000

Color Harmonies of #C2ACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACB0

Black with #C2ACB0

Text Example


Text Example

White with #C2ACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACB0; }

 p { color: rgb(194,172,176); }

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

background-color css

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

 a { background-color: rgb(194,172,176); }

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

border-color css

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

 span { border-color: rgb(194,172,176); }

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