Html Css Color HEX #C0ADAE Careys Pink

📋 copy color: '#C0ADAE'

red 192 ◦ green 173 ◦ blue 174

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

Shades of Careys Pink #C0ADAE

Tints of Careys Pink #C0ADAE

RGB

 RED value IS 192 (75.39% from 255) = 35.62%

 GREEN value IS 173 (67.97% from 255) = 32.1%

 BLUE value IS 174 (68.36% from 255) = 32.28%

R = 35.62%
G = 32.1%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C0ADAE (or 0xC0ADAE) is known color: Careys Pink. HEX triplet: C0, AD and AE. RGB value is (192,173,174). Sum of RGB (Red+Green+Blue) = 192+173+174=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADAE is #3F5251. Grayscale: #B2B2B2. Windows color (decimal): -4149842 or 11447744. OLE color: 11447744.

HSL color Cylindrical-coordinate representation of color #C0ADAE: hue angle of 356.84º 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 #C0ADAE is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 173 174 -
CMYK 0 0.10 0.09 0.25
HSL 356.84º 0.13% 0.72% -
HSV(B) 356.84º 0.1% 0.75% -
XYZ 44.32 44.15 46.23 -
YUV 178.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 192 173 174 0 0.10 0.09 0.25 356.84 0.13 0.72
Hex C0 AD AE 0 A 9 19 165 D 48
Octal 300 255 256 0 12 11 31 545 15 110
Binary 11000000 10101101 10101110 0 1010 1001 11001 101100101 1101 1001000

Color Harmonies of #C0ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADAE

Black with #C0ADAE

Text Example


Text Example

White with #C0ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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