Html Css Color HEX #CB8595 Puce

📋 copy color: '#CB8595'

red 203 ◦ green 133 ◦ blue 149

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

Shades of Puce #CB8595

Tints of Puce #CB8595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 41.86%
G = 27.42%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB8595 (or 0xCB8595) is known color: Puce. HEX triplet: CB, 85 and 95. RGB value is (203,133,149). Sum of RGB (Red+Green+Blue) = 203+133+149=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8595 is #347A6A. Grayscale: #9B9B9B. Windows color (decimal): -3439211 or 9799115. OLE color: 9799115.

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

Color convert

RGB 203 133 149 -
CMYK 0 0.34 0.27 0.20
HSL 346.29º 0.4% 0.66% -
HSV(B) 346.29º 0.34% 0.8% -
XYZ 38.44 31.64 32.52 -
YUV 155.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 203 133 149 0 0.34 0.27 0.20 346.29 0.4 0.66
Hex CB 85 95 0 22 1B 14 15A 28 42
Octal 313 205 225 0 42 33 24 532 50 102
Binary 11001011 10000101 10010101 0 100010 11011 10100 101011010 101000 1000010

Color Harmonies of #CB8595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8595

Black with #CB8595

Text Example


Text Example

White with #CB8595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8595; }

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

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

background-color css

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

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

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

border-color css

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

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

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