Html Css Color HEX #CB848D Puce

📋 copy color: '#CB848D'

red 203 ◦ green 132 ◦ blue 141

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

Shades of Puce #CB848D

Tints of Puce #CB848D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 42.65%
G = 27.73%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#CB848D (or 0xCB848D) is known color: Puce. HEX triplet: CB, 84 and 8D. RGB value is (203,132,141). Sum of RGB (Red+Green+Blue) = 203+132+141=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB848D is #347B72. Grayscale: #9A9A9A. Windows color (decimal): -3439475 or 9274571. OLE color: 9274571.

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

Color convert

RGB 203 132 141 -
CMYK 0 0.35 0.31 0.20
HSL 352.39º 0.41% 0.66% -
HSV(B) 352.39º 0.35% 0.8% -
XYZ 37.69 31.12 29.22 -
YUV 154.26 120.52 162.77 -
System Red Green Blue C M Y K H S L
Decimal 203 132 141 0 0.35 0.31 0.20 352.39 0.41 0.66
Hex CB 84 8D 0 23 1F 14 160 29 42
Octal 313 204 215 0 43 37 24 540 51 102
Binary 11001011 10000100 10001101 0 100011 11111 10100 101100000 101001 1000010

Color Harmonies of #CB848D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB848D

Black with #CB848D

Text Example


Text Example

White with #CB848D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB848D; }

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

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

background-color css

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

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

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

border-color css

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

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

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