Html Css Color HEX #C09499 Careys Pink

📋 copy color: '#C09499'

red 192 ◦ green 148 ◦ blue 153

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

Shades of Careys Pink #C09499

Tints of Careys Pink #C09499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 38.95%
G = 30.02%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C09499 (or 0xC09499) is known color: Careys Pink. HEX triplet: C0, 94 and 99. RGB value is (192,148,153). Sum of RGB (Red+Green+Blue) = 192+148+153=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C09499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09499 is #3F6B66. Grayscale: #A1A1A1. Windows color (decimal): -4156263 or 10065088. OLE color: 10065088.

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

Color convert

RGB 192 148 153 -
CMYK 0 0.23 0.20 0.25
HSL 353.18º 0.26% 0.67% -
HSV(B) 353.18º 0.23% 0.75% -
XYZ 38.08 34.69 34.83 -
YUV 161.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 192 148 153 0 0.23 0.20 0.25 353.18 0.26 0.67
Hex C0 94 99 0 17 14 19 161 1A 43
Octal 300 224 231 0 27 24 31 541 32 103
Binary 11000000 10010100 10011001 0 10111 10100 11001 101100001 11010 1000011

Color Harmonies of #C09499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09499

Black with #C09499

Text Example


Text Example

White with #C09499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09499; }

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

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

background-color css

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

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

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

border-color css

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

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

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