Html Css Color HEX #CB8192 Puce

📋 copy color: '#CB8192'

red 203 ◦ green 129 ◦ blue 146

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

Shades of Puce #CB8192

Tints of Puce #CB8192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.99%

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 42.47%
G = 26.99%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB8192 (or 0xCB8192) is known color: Puce. HEX triplet: CB, 81 and 92. RGB value is (203,129,146). Sum of RGB (Red+Green+Blue) = 203+129+146=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8192 is #347E6D. Grayscale: #999999. Windows color (decimal): -3440238 or 9601483. OLE color: 9601483.

HSL color Cylindrical-coordinate representation of color #CB8192: hue angle of 346.22º degrees, saturation: 0.42, 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 #CB8192 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 129 146 -
CMYK 0 0.36 0.28 0.20
HSL 346.22º 0.42% 0.65% -
HSV(B) 346.22º 0.36% 0.8% -
XYZ 37.67 30.47 31.09 -
YUV 153.06 124.02 163.62 -
System Red Green Blue C M Y K H S L
Decimal 203 129 146 0 0.36 0.28 0.20 346.22 0.42 0.65
Hex CB 81 92 0 24 1C 14 15A 2A 41
Octal 313 201 222 0 44 34 24 532 52 101
Binary 11001011 10000001 10010010 0 100100 11100 10100 101011010 101010 1000001

Color Harmonies of #CB8192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8192

Black with #CB8192

Text Example


Text Example

White with #CB8192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8192; }

 p { color: rgb(203,129,146); }

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

background-color css

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

 a { background-color: rgb(203,129,146); }

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

border-color css

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

 span { border-color: rgb(203,129,146); }

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