Html Css Color HEX #CB828F Puce

📋 copy color: '#CB828F'

red 203 ◦ green 130 ◦ blue 143

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

Shades of Puce #CB828F

Tints of Puce #CB828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.31%

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 42.65%
G = 27.31%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#CB828F (or 0xCB828F) is known color: Puce. HEX triplet: CB, 82 and 8F. RGB value is (203,130,143). Sum of RGB (Red+Green+Blue) = 203+130+143=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 203 - color contains mainly: red. Hex color #CB828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB828F is #347D70. Grayscale: #999999. Windows color (decimal): -3439985 or 9405131. OLE color: 9405131.

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

Color convert

RGB 203 130 143 -
CMYK 0 0.36 0.30 0.20
HSL 349.32º 0.41% 0.65% -
HSV(B) 349.32º 0.36% 0.8% -
XYZ 37.57 30.64 29.92 -
YUV 153.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 203 130 143 0 0.36 0.30 0.20 349.32 0.41 0.65
Hex CB 82 8F 0 24 1E 14 15D 29 41
Octal 313 202 217 0 44 36 24 535 51 101
Binary 11001011 10000010 10001111 0 100100 11110 10100 101011101 101001 1000001

Color Harmonies of #CB828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB828F

Black with #CB828F

Text Example


Text Example

White with #CB828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB828F; }

 p { color: rgb(203,130,143); }

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

background-color css

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

 a { background-color: rgb(203,130,143); }

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

border-color css

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

 span { border-color: rgb(203,130,143); }

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