Html Css Color HEX #CB848B Puce

📋 copy color: '#CB848B'

red 203 ◦ green 132 ◦ blue 139

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

Shades of Puce #CB848B

Tints of Puce #CB848B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.85%

 BLUE value IS 139 (54.69% from 255) = 29.32%

R = 42.83%
G = 27.85%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CB848B (or 0xCB848B) is known color: Puce. HEX triplet: CB, 84 and 8B. RGB value is (203,132,139). Sum of RGB (Red+Green+Blue) = 203+132+139=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 132 (51.95% from 255 or 27.85% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 203 - color contains mainly: red. Hex color #CB848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB848B is #347B74. Grayscale: #9A9A9A. Windows color (decimal): -3439477 or 9143499. OLE color: 9143499.

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

Color convert

RGB 203 132 139 -
CMYK 0 0.35 0.32 0.20
HSL 354.08º 0.41% 0.66% -
HSV(B) 354.08º 0.35% 0.8% -
XYZ 37.54 31.06 28.44 -
YUV 154.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 203 132 139 0 0.35 0.32 0.20 354.08 0.41 0.66
Hex CB 84 8B 0 23 20 14 162 29 42
Octal 313 204 213 0 43 40 24 542 51 102
Binary 11001011 10000100 10001011 0 100011 100000 10100 101100010 101001 1000010

Color Harmonies of #CB848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB848B

Black with #CB848B

Text Example


Text Example

White with #CB848B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB848B; }

 p { color: rgb(203,132,139); }

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

background-color css

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

 a { background-color: rgb(203,132,139); }

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

border-color css

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

 span { border-color: rgb(203,132,139); }

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