Html Css Color HEX #CB8C93 Puce

📋 copy color: '#CB8C93'

red 203 ◦ green 140 ◦ blue 147

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

Shades of Puce #CB8C93

Tints of Puce #CB8C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30%

R = 41.43%
G = 28.57%
B = 30%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB8C93 (or 0xCB8C93) is known color: Puce. HEX triplet: CB, 8C and 93. RGB value is (203,140,147). Sum of RGB (Red+Green+Blue) = 203+140+147=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8C93 is #34736C. Grayscale: #9F9F9F. Windows color (decimal): -3437421 or 9669835. OLE color: 9669835.

HSL color Cylindrical-coordinate representation of color #CB8C93: hue angle of 353.33º 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 #CB8C93 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 140 147 -
CMYK 0 0.31 0.28 0.20
HSL 353.33º 0.38% 0.67% -
HSV(B) 353.33º 0.31% 0.8% -
XYZ 39.27 33.56 32.01 -
YUV 159.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 203 140 147 0 0.31 0.28 0.20 353.33 0.38 0.67
Hex CB 8C 93 0 1F 1C 14 161 26 43
Octal 313 214 223 0 37 34 24 541 46 103
Binary 11001011 10001100 10010011 0 11111 11100 10100 101100001 100110 1000011

Color Harmonies of #CB8C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C93

Black with #CB8C93

Text Example


Text Example

White with #CB8C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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