Html Css Color HEX #C09496 Careys Pink

📋 copy color: '#C09496'

red 192 ◦ green 148 ◦ blue 150

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

Shades of Careys Pink #C09496

Tints of Careys Pink #C09496

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.2%

 BLUE value IS 150 (58.98% from 255) = 30.61%

R = 39.18%
G = 30.2%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C09496 (or 0xC09496) is known color: Careys Pink. HEX triplet: C0, 94 and 96. RGB value is (192,148,150). Sum of RGB (Red+Green+Blue) = 192+148+150=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 192 - color contains mainly: red. Hex color #C09496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09496 is #3F6B69. Grayscale: #A1A1A1. Windows color (decimal): -4156266 or 9868480. OLE color: 9868480.

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

Color convert

RGB 192 148 150 -
CMYK 0 0.23 0.22 0.25
HSL 357.27º 0.26% 0.67% -
HSV(B) 357.27º 0.23% 0.75% -
XYZ 37.83 34.59 33.54 -
YUV 161.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 192 148 150 0 0.23 0.22 0.25 357.27 0.26 0.67
Hex C0 94 96 0 17 16 19 165 1A 43
Octal 300 224 226 0 27 26 31 545 32 103
Binary 11000000 10010100 10010110 0 10111 10110 11001 101100101 11010 1000011

Color Harmonies of #C09496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09496

Black with #C09496

Text Example


Text Example

White with #C09496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09496; }

 p { color: rgb(192,148,150); }

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

background-color css

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

 a { background-color: rgb(192,148,150); }

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

border-color css

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

 span { border-color: rgb(192,148,150); }

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