Html Css Color HEX #C09B9D Careys Pink

📋 copy color: '#C09B9D'

red 192 ◦ green 155 ◦ blue 157

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

Shades of Careys Pink #C09B9D

Tints of Careys Pink #C09B9D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.75%

 BLUE value IS 157 (61.72% from 255) = 31.15%

R = 38.1%
G = 30.75%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C09B9D (or 0xC09B9D) is known color: Careys Pink. HEX triplet: C0, 9B and 9D. RGB value is (192,155,157). Sum of RGB (Red+Green+Blue) = 192+155+157=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B9D is #3F6462. Grayscale: #A6A6A6. Windows color (decimal): -4154467 or 10329024. OLE color: 10329024.

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

Color convert

RGB 192 155 157 -
CMYK 0 0.19 0.18 0.25
HSL 356.76º 0.23% 0.68% -
HSV(B) 356.76º 0.19% 0.75% -
XYZ 39.55 37.08 36.97 -
YUV 166.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 192 155 157 0 0.19 0.18 0.25 356.76 0.23 0.68
Hex C0 9B 9D 0 13 12 19 165 17 44
Octal 300 233 235 0 23 22 31 545 27 104
Binary 11000000 10011011 10011101 0 10011 10010 11001 101100101 10111 1000100

Color Harmonies of #C09B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B9D

Black with #C09B9D

Text Example


Text Example

White with #C09B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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