Html Css Color HEX #C09A9B Careys Pink

📋 copy color: '#C09A9B'

red 192 ◦ green 154 ◦ blue 155

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

Shades of Careys Pink #C09A9B

Tints of Careys Pink #C09A9B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.74%

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 38.32%
G = 30.74%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C09A9B (or 0xC09A9B) is known color: Careys Pink. HEX triplet: C0, 9A and 9B. RGB value is (192,154,155). Sum of RGB (Red+Green+Blue) = 192+154+155=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09A9B is #3F6564. Grayscale: #A5A5A5. Windows color (decimal): -4154725 or 10197696. OLE color: 10197696.

HSL color Cylindrical-coordinate representation of color #C09A9B: hue angle of 358.42º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C09A9B is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 155 -
CMYK 0 0.20 0.19 0.25
HSL 358.42º 0.23% 0.68% -
HSV(B) 358.42º 0.2% 0.75% -
XYZ 39.21 36.68 36.02 -
YUV 165.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 192 154 155 0 0.20 0.19 0.25 358.42 0.23 0.68
Hex C0 9A 9B 0 14 13 19 166 17 44
Octal 300 232 233 0 24 23 31 546 27 104
Binary 11000000 10011010 10011011 0 10100 10011 11001 101100110 10111 1000100

Color Harmonies of #C09A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A9B

Black with #C09A9B

Text Example


Text Example

White with #C09A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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