Html Css Color HEX #CB8296 Puce

📋 copy color: '#CB8296'

red 203 ◦ green 130 ◦ blue 150

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

Shades of Puce #CB8296

Tints of Puce #CB8296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.92%

 BLUE value IS 150 (58.98% from 255) = 31.06%

R = 42.03%
G = 26.92%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB8296 (or 0xCB8296) is known color: Puce. HEX triplet: CB, 82 and 96. RGB value is (203,130,150). Sum of RGB (Red+Green+Blue) = 203+130+150=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8296 is #347D69. Grayscale: #9A9A9A. Windows color (decimal): -3439978 or 9863883. OLE color: 9863883.

HSL color Cylindrical-coordinate representation of color #CB8296: hue angle of 343.56º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB8296 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 130 150 -
CMYK 0 0.36 0.26 0.20
HSL 343.56º 0.41% 0.65% -
HSV(B) 343.56º 0.36% 0.8% -
XYZ 38.12 30.86 32.8 -
YUV 154.11 125.68 162.87 -
System Red Green Blue C M Y K H S L
Decimal 203 130 150 0 0.36 0.26 0.20 343.56 0.41 0.65
Hex CB 82 96 0 24 1A 14 158 29 41
Octal 313 202 226 0 44 32 24 530 51 101
Binary 11001011 10000010 10010110 0 100100 11010 10100 101011000 101001 1000001

Color Harmonies of #CB8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8296

Black with #CB8296

Text Example


Text Example

White with #CB8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8296; }

 p { color: rgb(203,130,150); }

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

background-color css

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

 a { background-color: rgb(203,130,150); }

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

border-color css

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

 span { border-color: rgb(203,130,150); }

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