Html Css Color HEX #CB838B Puce

📋 copy color: '#CB838B'

red 203 ◦ green 131 ◦ blue 139

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

Shades of Puce #CB838B

Tints of Puce #CB838B

RGB

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

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

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

R = 42.92%
G = 27.7%
B = 29.39%

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

#CB838B (or 0xCB838B) is known color: Puce. HEX triplet: CB, 83 and 8B. RGB value is (203,131,139). Sum of RGB (Red+Green+Blue) = 203+131+139=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CB838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB838B is #347C74. Grayscale: #999999. Windows color (decimal): -3439733 or 9143243. OLE color: 9143243.

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

Color convert

RGB 203 131 139 -
CMYK 0 0.35 0.32 0.20
HSL 353.33º 0.41% 0.65% -
HSV(B) 353.33º 0.35% 0.8% -
XYZ 37.41 30.79 28.4 -
YUV 153.44 119.85 163.35 -
System Red Green Blue C M Y K H S L
Decimal 203 131 139 0 0.35 0.32 0.20 353.33 0.41 0.65
Hex CB 83 8B 0 23 20 14 161 29 41
Octal 313 203 213 0 43 40 24 541 51 101
Binary 11001011 10000011 10001011 0 100011 100000 10100 101100001 101001 1000001

Color Harmonies of #CB838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB838B

Black with #CB838B

Text Example


Text Example

White with #CB838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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