Html Css Color HEX #C09596 Careys Pink

📋 copy color: '#C09596'

red 192 ◦ green 149 ◦ blue 150

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

Shades of Careys Pink #C09596

Tints of Careys Pink #C09596

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.35%

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

R = 39.1%
G = 30.35%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C09596 (or 0xC09596) is known color: Careys Pink. HEX triplet: C0, 95 and 96. RGB value is (192,149,150). Sum of RGB (Red+Green+Blue) = 192+149+150=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C09596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09596 is #3F6A69. Grayscale: #A2A2A2. Windows color (decimal): -4156010 or 9868736. OLE color: 9868736.

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

Color convert

RGB 192 149 150 -
CMYK 0 0.22 0.22 0.25
HSL 358.6º 0.25% 0.67% -
HSV(B) 358.6º 0.22% 0.75% -
XYZ 37.99 34.9 33.59 -
YUV 161.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 192 149 150 0 0.22 0.22 0.25 358.6 0.25 0.67
Hex C0 95 96 0 16 16 19 167 19 43
Octal 300 225 226 0 26 26 31 547 31 103
Binary 11000000 10010101 10010110 0 10110 10110 11001 101100111 11001 1000011

Color Harmonies of #C09596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09596

Black with #C09596

Text Example


Text Example

White with #C09596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09596; }

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

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

background-color css

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

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

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

border-color css

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

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

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