Html Css Color HEX #C09398 Careys Pink

📋 copy color: '#C09398'

red 192 ◦ green 147 ◦ blue 152

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

Shades of Careys Pink #C09398

Tints of Careys Pink #C09398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.94%

 BLUE value IS 152 (59.77% from 255) = 30.96%

R = 39.1%
G = 29.94%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C09398 (or 0xC09398) is known color: Careys Pink. HEX triplet: C0, 93 and 98. RGB value is (192,147,152). Sum of RGB (Red+Green+Blue) = 192+147+152=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C09398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09398 is #3F6C67. Grayscale: #A1A1A1. Windows color (decimal): -4156520 or 9999296. OLE color: 9999296.

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

Color convert

RGB 192 147 152 -
CMYK 0 0.23 0.21 0.25
HSL 353.33º 0.26% 0.66% -
HSV(B) 353.33º 0.23% 0.75% -
XYZ 37.84 34.34 34.34 -
YUV 161.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 192 147 152 0 0.23 0.21 0.25 353.33 0.26 0.66
Hex C0 93 98 0 17 15 19 161 1A 42
Octal 300 223 230 0 27 25 31 541 32 102
Binary 11000000 10010011 10011000 0 10111 10101 11001 101100001 11010 1000010

Color Harmonies of #C09398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09398

Black with #C09398

Text Example


Text Example

White with #C09398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09398; }

 p { color: rgb(192,147,152); }

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

background-color css

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

 a { background-color: rgb(192,147,152); }

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

border-color css

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

 span { border-color: rgb(192,147,152); }

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