Html Css Color HEX #C09DA5 Careys Pink

📋 copy color: '#C09DA5'

red 192 ◦ green 157 ◦ blue 165

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

Shades of Careys Pink #C09DA5

Tints of Careys Pink #C09DA5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.54%

 BLUE value IS 165 (64.84% from 255) = 32.1%

R = 37.35%
G = 30.54%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C09DA5 (or 0xC09DA5) is known color: Careys Pink. HEX triplet: C0, 9D and A5. RGB value is (192,157,165). Sum of RGB (Red+Green+Blue) = 192+157+165=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C09DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09DA5 is #3F625A. Grayscale: #A8A8A8. Windows color (decimal): -4153947 or 10853824. OLE color: 10853824.

HSL color Cylindrical-coordinate representation of color #C09DA5: hue angle of 346.29º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C09DA5 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 157 165 -
CMYK 0 0.18 0.14 0.25
HSL 346.29º 0.22% 0.68% -
HSV(B) 346.29º 0.18% 0.75% -
XYZ 40.59 38.04 40.8 -
YUV 168.38 126.1 144.85 -
System Red Green Blue C M Y K H S L
Decimal 192 157 165 0 0.18 0.14 0.25 346.29 0.22 0.68
Hex C0 9D A5 0 12 E 19 15A 16 44
Octal 300 235 245 0 22 16 31 532 26 104
Binary 11000000 10011101 10100101 0 10010 1110 11001 101011010 10110 1000100

Color Harmonies of #C09DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09DA5

Black with #C09DA5

Text Example


Text Example

White with #C09DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09DA5; }

 p { color: rgb(192,157,165); }

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

background-color css

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

 a { background-color: rgb(192,157,165); }

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

border-color css

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

 span { border-color: rgb(192,157,165); }

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