Html Css Color HEX #C09B9F Careys Pink

📋 copy color: '#C09B9F'

red 192 ◦ green 155 ◦ blue 159

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

Shades of Careys Pink #C09B9F

Tints of Careys Pink #C09B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.42%

R = 37.94%
G = 30.63%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C09B9F (or 0xC09B9F) is known color: Careys Pink. HEX triplet: C0, 9B and 9F. RGB value is (192,155,159). Sum of RGB (Red+Green+Blue) = 192+155+159=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09B9F is #3F6460. Grayscale: #A6A6A6. Windows color (decimal): -4154465 or 10460096. OLE color: 10460096.

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

Color convert

RGB 192 155 159 -
CMYK 0 0.19 0.17 0.25
HSL 353.51º 0.23% 0.68% -
HSV(B) 353.51º 0.19% 0.75% -
XYZ 39.72 37.15 37.88 -
YUV 166.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 192 155 159 0 0.19 0.17 0.25 353.51 0.23 0.68
Hex C0 9B 9F 0 13 11 19 162 17 44
Octal 300 233 237 0 23 21 31 542 27 104
Binary 11000000 10011011 10011111 0 10011 10001 11001 101100010 10111 1000100

Color Harmonies of #C09B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09B9F

Black with #C09B9F

Text Example


Text Example

White with #C09B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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