Html Css Color HEX #CB7FA2 Puce

📋 copy color: '#CB7FA2'

red 203 ◦ green 127 ◦ blue 162

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

Shades of Puce #CB7FA2

Tints of Puce #CB7FA2

RGB

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

 GREEN value IS 127 (50% from 255) = 25.81%

 BLUE value IS 162 (63.67% from 255) = 32.93%

R = 41.26%
G = 25.81%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CB7FA2 (or 0xCB7FA2) is known color: Puce. HEX triplet: CB, 7F and A2. RGB value is (203,127,162). Sum of RGB (Red+Green+Blue) = 203+127+162=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7FA2 is #34805D. Grayscale: #999999. Windows color (decimal): -3440734 or 10649547. OLE color: 10649547.

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

Color convert

RGB 203 127 162 -
CMYK 0 0.37 0.20 0.20
HSL 332.37º 0.42% 0.65% -
HSV(B) 332.37º 0.37% 0.8% -
XYZ 38.74 30.48 38.02 -
YUV 153.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 203 127 162 0 0.37 0.20 0.20 332.37 0.42 0.65
Hex CB 7F A2 0 25 14 14 14C 2A 41
Octal 313 177 242 0 45 24 24 514 52 101
Binary 11001011 1111111 10100010 0 100101 10100 10100 101001100 101010 1000001

Color Harmonies of #CB7FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7FA2

Black with #CB7FA2

Text Example


Text Example

White with #CB7FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7FA2; }

 p { color: rgb(203,127,162); }

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

background-color css

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

 a { background-color: rgb(203,127,162); }

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

border-color css

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

 span { border-color: rgb(203,127,162); }

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