Html Css Color HEX #CB809A Puce

📋 copy color: '#CB809A'

red 203 ◦ green 128 ◦ blue 154

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

Shades of Puce #CB809A

Tints of Puce #CB809A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 41.86%
G = 26.39%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CB809A (or 0xCB809A) is known color: Puce. HEX triplet: CB, 80 and 9A. RGB value is (203,128,154). Sum of RGB (Red+Green+Blue) = 203+128+154=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 203 - color contains mainly: red. Hex color #CB809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB809A is #347F65. Grayscale: #999999. Windows color (decimal): -3440486 or 10125515. OLE color: 10125515.

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

Color convert

RGB 203 128 154 -
CMYK 0 0.37 0.24 0.20
HSL 339.2º 0.42% 0.65% -
HSV(B) 339.2º 0.37% 0.8% -
XYZ 38.18 30.47 34.44 -
YUV 153.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 203 128 154 0 0.37 0.24 0.20 339.2 0.42 0.65
Hex CB 80 9A 0 25 18 14 153 2A 41
Octal 313 200 232 0 45 30 24 523 52 101
Binary 11001011 10000000 10011010 0 100101 11000 10100 101010011 101010 1000001

Color Harmonies of #CB809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB809A

Black with #CB809A

Text Example


Text Example

White with #CB809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB809A; }

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

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

background-color css

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

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

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

border-color css

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

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

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