Html Css Color HEX #C09C9D Careys Pink

📋 copy color: '#C09C9D'

red 192 ◦ green 156 ◦ blue 157

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

Shades of Careys Pink #C09C9D

Tints of Careys Pink #C09C9D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.89%

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 38.02%
G = 30.89%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C09C9D (or 0xC09C9D) is known color: Careys Pink. HEX triplet: C0, 9C and 9D. RGB value is (192,156,157). Sum of RGB (Red+Green+Blue) = 192+156+157=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C9D is #3F6362. Grayscale: #A6A6A6. Windows color (decimal): -4154211 or 10329280. OLE color: 10329280.

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

Color convert

RGB 192 156 157 -
CMYK 0 0.19 0.18 0.25
HSL 358.33º 0.22% 0.68% -
HSV(B) 358.33º 0.19% 0.75% -
XYZ 39.71 37.42 37.03 -
YUV 166.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 192 156 157 0 0.19 0.18 0.25 358.33 0.22 0.68
Hex C0 9C 9D 0 13 12 19 166 16 44
Octal 300 234 235 0 23 22 31 546 26 104
Binary 11000000 10011100 10011101 0 10011 10010 11001 101100110 10110 1000100

Color Harmonies of #C09C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C9D

Black with #C09C9D

Text Example


Text Example

White with #C09C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C9D; }

 p { color: rgb(192,156,157); }

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

background-color css

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

 a { background-color: rgb(192,156,157); }

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

border-color css

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

 span { border-color: rgb(192,156,157); }

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