Html Css Color HEX #CB8A93 Puce

📋 copy color: '#CB8A93'

red 203 ◦ green 138 ◦ blue 147

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

Shades of Puce #CB8A93

Tints of Puce #CB8A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.28%

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

R = 41.6%
G = 28.28%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB8A93 (or 0xCB8A93) is known color: Puce. HEX triplet: CB, 8A and 93. RGB value is (203,138,147). Sum of RGB (Red+Green+Blue) = 203+138+147=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8A93 is #34756C. Grayscale: #9E9E9E. Windows color (decimal): -3437933 or 9669323. OLE color: 9669323.

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

Color convert

RGB 203 138 147 -
CMYK 0 0.32 0.28 0.20
HSL 351.69º 0.38% 0.67% -
HSV(B) 351.69º 0.32% 0.8% -
XYZ 38.98 32.98 31.91 -
YUV 158.46 121.53 159.77 -
System Red Green Blue C M Y K H S L
Decimal 203 138 147 0 0.32 0.28 0.20 351.69 0.38 0.67
Hex CB 8A 93 0 20 1C 14 160 26 43
Octal 313 212 223 0 40 34 24 540 46 103
Binary 11001011 10001010 10010011 0 100000 11100 10100 101100000 100110 1000011

Color Harmonies of #CB8A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8A93

Black with #CB8A93

Text Example


Text Example

White with #CB8A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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