Html Css Color HEX #CB809D Puce

📋 copy color: '#CB809D'

red 203 ◦ green 128 ◦ blue 157

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

Shades of Puce #CB809D

Tints of Puce #CB809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.23%

 BLUE value IS 157 (61.72% from 255) = 32.17%

R = 41.6%
G = 26.23%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB809D (or 0xCB809D) is known color: Puce. HEX triplet: CB, 80 and 9D. RGB value is (203,128,157). Sum of RGB (Red+Green+Blue) = 203+128+157=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 157 (61.72% from 255 or 32.17% from 488); Max value from RGB is 203 - color contains mainly: red. Hex color #CB809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB809D is #347F62. Grayscale: #999999. Windows color (decimal): -3440483 or 10322123. OLE color: 10322123.

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

Color convert

RGB 203 128 157 -
CMYK 0 0.37 0.23 0.20
HSL 336.8º 0.42% 0.65% -
HSV(B) 336.8º 0.37% 0.8% -
XYZ 38.43 30.57 35.77 -
YUV 153.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 203 128 157 0 0.37 0.23 0.20 336.8 0.42 0.65
Hex CB 80 9D 0 25 17 14 151 2A 41
Octal 313 200 235 0 45 27 24 521 52 101
Binary 11001011 10000000 10011101 0 100101 10111 10100 101010001 101010 1000001

Color Harmonies of #CB809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB809D

Black with #CB809D

Text Example


Text Example

White with #CB809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB809D; }

 p { color: rgb(203,128,157); }

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

background-color css

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

 a { background-color: rgb(203,128,157); }

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

border-color css

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

 span { border-color: rgb(203,128,157); }

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