Html Css Color HEX #CB8C9A Puce

📋 copy color: '#CB8C9A'

red 203 ◦ green 140 ◦ blue 154

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

Shades of Puce #CB8C9A

Tints of Puce #CB8C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.99%

R = 40.85%
G = 28.17%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB8C9A (or 0xCB8C9A) is known color: Puce. HEX triplet: CB, 8C and 9A. RGB value is (203,140,154). Sum of RGB (Red+Green+Blue) = 203+140+154=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8C9A is #347365. Grayscale: #A0A0A0. Windows color (decimal): -3437414 or 10128587. OLE color: 10128587.

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

Color convert

RGB 203 140 154 -
CMYK 0 0.31 0.24 0.20
HSL 346.67º 0.38% 0.67% -
HSV(B) 346.67º 0.31% 0.8% -
XYZ 39.84 33.79 34.99 -
YUV 160.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 203 140 154 0 0.31 0.24 0.20 346.67 0.38 0.67
Hex CB 8C 9A 0 1F 18 14 15B 26 43
Octal 313 214 232 0 37 30 24 533 46 103
Binary 11001011 10001100 10011010 0 11111 11000 10100 101011011 100110 1000011

Color Harmonies of #CB8C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8C9A

Black with #CB8C9A

Text Example


Text Example

White with #CB8C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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