Html Css Color HEX #C0907B Pale Taupe

📋 copy color: '#C0907B'

red 192 ◦ green 144 ◦ blue 123

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

Shades of Pale Taupe #C0907B

Tints of Pale Taupe #C0907B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.37%

 BLUE value IS 123 (48.44% from 255) = 26.8%

R = 41.83%
G = 31.37%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0907B (or 0xC0907B) is known color: Pale Taupe. HEX triplet: C0, 90 and 7B. RGB value is (192,144,123). Sum of RGB (Red+Green+Blue) = 192+144+123=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 123 (48.44% from 255 or 26.80% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C0907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0907B is #3F6F84. Grayscale: #9C9C9C. Windows color (decimal): -4157317 or 8097984. OLE color: 8097984.

HSL color Cylindrical-coordinate representation of color #C0907B: hue angle of 18.26º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0907B is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 144 123 -
CMYK 0 0.25 0.36 0.25
HSL 18.26º 0.35% 0.62% -
HSV(B) 18.26º 0.36% 0.75% -
XYZ 35.29 32.58 23.17 -
YUV 155.96 109.4 153.71 -
System Red Green Blue C M Y K H S L
Decimal 192 144 123 0 0.25 0.36 0.25 18.26 0.35 0.62
Hex C0 90 7B 0 19 24 19 12 23 3E
Octal 300 220 173 0 31 44 31 22 43 76
Binary 11000000 10010000 1111011 0 11001 100100 11001 10010 100011 111110

Color Harmonies of #C0907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0907B

Black with #C0907B

Text Example


Text Example

White with #C0907B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0907B; }

 p { color: rgb(192,144,123); }

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

background-color css

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

 a { background-color: rgb(192,144,123); }

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

border-color css

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

 span { border-color: rgb(192,144,123); }

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