Html Css Color HEX #C09C9F Careys Pink

📋 copy color: '#C09C9F'

red 192 ◦ green 156 ◦ blue 159

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

Shades of Careys Pink #C09C9F

Tints of Careys Pink #C09C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.36%

R = 37.87%
G = 30.77%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C09C9F (or 0xC09C9F) is known color: Careys Pink. HEX triplet: C0, 9C and 9F. RGB value is (192,156,159). Sum of RGB (Red+Green+Blue) = 192+156+159=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09C9F is #3F6360. Grayscale: #A7A7A7. Windows color (decimal): -4154209 or 10460352. OLE color: 10460352.

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

Color convert

RGB 192 156 159 -
CMYK 0 0.19 0.17 0.25
HSL 355º 0.22% 0.68% -
HSV(B) 355º 0.19% 0.75% -
XYZ 39.88 37.49 37.93 -
YUV 167.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 192 156 159 0 0.19 0.17 0.25 355 0.22 0.68
Hex C0 9C 9F 0 13 11 19 163 16 44
Octal 300 234 237 0 23 21 31 543 26 104
Binary 11000000 10011100 10011111 0 10011 10001 11001 101100011 10110 1000100

Color Harmonies of #C09C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09C9F

Black with #C09C9F

Text Example


Text Example

White with #C09C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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