Html Css Color HEX #CB7D9C Puce

📋 copy color: '#CB7D9C'

red 203 ◦ green 125 ◦ blue 156

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

Shades of Puce #CB7D9C

Tints of Puce #CB7D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.83%

 BLUE value IS 156 (61.33% from 255) = 32.23%

R = 41.94%
G = 25.83%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CB7D9C (or 0xCB7D9C) is known color: Puce. HEX triplet: CB, 7D and 9C. RGB value is (203,125,156). Sum of RGB (Red+Green+Blue) = 203+125+156=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 125 (49.22% from 255 or 25.83% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7D9C is #348263. Grayscale: #979797. Windows color (decimal): -3441252 or 10255819. OLE color: 10255819.

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

Color convert

RGB 203 125 156 -
CMYK 0 0.38 0.23 0.20
HSL 336.15º 0.43% 0.64% -
HSV(B) 336.15º 0.38% 0.8% -
XYZ 37.96 29.76 35.2 -
YUV 151.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 203 125 156 0 0.38 0.23 0.20 336.15 0.43 0.64
Hex CB 7D 9C 0 26 17 14 150 2B 40
Octal 313 175 234 0 46 27 24 520 53 100
Binary 11001011 1111101 10011100 0 100110 10111 10100 101010000 101011 1000000

Color Harmonies of #CB7D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7D9C

Black with #CB7D9C

Text Example


Text Example

White with #CB7D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7D9C; }

 p { color: rgb(203,125,156); }

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

background-color css

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

 a { background-color: rgb(203,125,156); }

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

border-color css

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

 span { border-color: rgb(203,125,156); }

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