Html Css Color HEX #CB8C90 Puce

📋 copy color: '#CB8C90'

red 203 ◦ green 140 ◦ blue 144

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

Shades of Puce #CB8C90

Tints of Puce #CB8C90

RGB

 RED value IS 203 (79.69% from 255) = 41.68%

 GREEN value IS 140 (55.08% from 255) = 28.75%

 BLUE value IS 144 (56.64% from 255) = 29.57%

R = 41.68%
G = 28.75%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB8C90 (or 0xCB8C90) is known color: Puce. HEX triplet: CB, 8C and 90. RGB value is (203,140,144). Sum of RGB (Red+Green+Blue) = 203+140+144=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8C90 is #34736F. Grayscale: #9F9F9F. Windows color (decimal): -3437424 or 9473227. OLE color: 9473227.

HSL color Cylindrical-coordinate representation of color #CB8C90: hue angle of 356.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8C90 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 140 144 -
CMYK 0 0.31 0.29 0.20
HSL 356.19º 0.38% 0.67% -
HSV(B) 356.19º 0.31% 0.8% -
XYZ 39.04 33.47 30.79 -
YUV 159.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 203 140 144 0 0.31 0.29 0.20 356.19 0.38 0.67
Hex CB 8C 90 0 1F 1D 14 164 26 43
Octal 313 214 220 0 37 35 24 544 46 103
Binary 11001011 10001100 10010000 0 11111 11101 10100 101100100 100110 1000011

Color Harmonies of #CB8C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C90

Black with #CB8C90

Text Example


Text Example

White with #CB8C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C90; }

 p { color: rgb(203,140,144); }

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

background-color css

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

 a { background-color: rgb(203,140,144); }

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

border-color css

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

 span { border-color: rgb(203,140,144); }

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