Html Css Color HEX #CB838D Puce

📋 copy color: '#CB838D'

red 203 ◦ green 131 ◦ blue 141

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

Shades of Puce #CB838D

Tints of Puce #CB838D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.58%

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

R = 42.74%
G = 27.58%
B = 29.68%

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

#CB838D (or 0xCB838D) is known color: Puce. HEX triplet: CB, 83 and 8D. RGB value is (203,131,141). Sum of RGB (Red+Green+Blue) = 203+131+141=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CB838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB838D is #347C72. Grayscale: #999999. Windows color (decimal): -3439731 or 9274315. OLE color: 9274315.

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

Color convert

RGB 203 131 141 -
CMYK 0 0.35 0.31 0.20
HSL 351.67º 0.41% 0.65% -
HSV(B) 351.67º 0.35% 0.8% -
XYZ 37.55 30.85 29.18 -
YUV 153.67 120.85 163.19 -
System Red Green Blue C M Y K H S L
Decimal 203 131 141 0 0.35 0.31 0.20 351.67 0.41 0.65
Hex CB 83 8D 0 23 1F 14 160 29 41
Octal 313 203 215 0 43 37 24 540 51 101
Binary 11001011 10000011 10001101 0 100011 11111 10100 101100000 101001 1000001

Color Harmonies of #CB838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB838D

Black with #CB838D

Text Example


Text Example

White with #CB838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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