#C0ADAF

Color #C0ADAF Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #C0ADAF

Tints of Careys Pink #C0ADAF

Color information

#C0ADAF (or 0xC0ADAF) is unknown color: approx Careys Pink. HEX triplet: C0, AD and AF. RGB value is (192,173,175). Sum of RGB (Red+Green+Blue) = 192+173+175=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADAF is #3F5250. Grayscale: #B2B2B2. Windows color (decimal): -4149841 or 11513280. OLE color: 11513280.

HSL color Cylindrical-coordinate representation of color #C0ADAF: hue angle of 353.68º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADAF is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192173175-
CMYK00.100.090.25
HSL353.68º13.1%71.57%-
HSV(B)353.68º9.9%75.29%-
XYZ44.4244.1946.75-
YUV178.91125.79137.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.56%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=35.56%
G=32.04%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217317500.100.090.25353.6813.171.57
HexC0ADAF0A919162d48
Octal300255257012113154215110
Binary1100000010101101101011110101010011100110110001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ADAF; }

 p { color: rgb(192,173,175); }

 H1.HeaderClassName
 {
   color: #C0ADAF;
 }
 .AnyTagClassName
 {
   color: #C0ADAF;
 }
</style>
background-color css

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

 a { background-color: rgb(192,173,175); }

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

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

 span { border-color: rgb(192,173,175); }

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