Html Css Color HEX #CB8596 Puce

📋 copy color: '#CB8596'

red 203 ◦ green 133 ◦ blue 150

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

Shades of Puce #CB8596

Tints of Puce #CB8596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.37%

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

R = 41.77%
G = 27.37%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB8596 (or 0xCB8596) is known color: Puce. HEX triplet: CB, 85 and 96. RGB value is (203,133,150). Sum of RGB (Red+Green+Blue) = 203+133+150=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8596 is #347A69. Grayscale: #9B9B9B. Windows color (decimal): -3439210 or 9864651. OLE color: 9864651.

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

Color convert

RGB 203 133 150 -
CMYK 0 0.34 0.26 0.20
HSL 345.43º 0.4% 0.66% -
HSV(B) 345.43º 0.34% 0.8% -
XYZ 38.52 31.67 32.94 -
YUV 155.87 124.69 161.62 -
System Red Green Blue C M Y K H S L
Decimal 203 133 150 0 0.34 0.26 0.20 345.43 0.4 0.66
Hex CB 85 96 0 22 1A 14 159 28 42
Octal 313 205 226 0 42 32 24 531 50 102
Binary 11001011 10000101 10010110 0 100010 11010 10100 101011001 101000 1000010

Color Harmonies of #CB8596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8596

Black with #CB8596

Text Example


Text Example

White with #CB8596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8596; }

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

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

background-color css

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

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

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

border-color css

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

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

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