Html Css Color HEX #CB7E9E Puce

📋 copy color: '#CB7E9E'

red 203 ◦ green 126 ◦ blue 158

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

Shades of Puce #CB7E9E

Tints of Puce #CB7E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.87%

 BLUE value IS 158 (62.11% from 255) = 32.44%

R = 41.68%
G = 25.87%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CB7E9E (or 0xCB7E9E) is known color: Puce. HEX triplet: CB, 7E and 9E. RGB value is (203,126,158). Sum of RGB (Red+Green+Blue) = 203+126+158=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7E9E is #348161. Grayscale: #989898. Windows color (decimal): -3440994 or 10387147. OLE color: 10387147.

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

Color convert

RGB 203 126 158 -
CMYK 0 0.38 0.22 0.20
HSL 335.06º 0.43% 0.65% -
HSV(B) 335.06º 0.38% 0.8% -
XYZ 38.26 30.09 36.14 -
YUV 152.67 131.01 163.9 -
System Red Green Blue C M Y K H S L
Decimal 203 126 158 0 0.38 0.22 0.20 335.06 0.43 0.65
Hex CB 7E 9E 0 26 16 14 14F 2B 41
Octal 313 176 236 0 46 26 24 517 53 101
Binary 11001011 1111110 10011110 0 100110 10110 10100 101001111 101011 1000001

Color Harmonies of #CB7E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E9E

Black with #CB7E9E

Text Example


Text Example

White with #CB7E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E9E; }

 p { color: rgb(203,126,158); }

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

background-color css

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

 a { background-color: rgb(203,126,158); }

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

border-color css

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

 span { border-color: rgb(203,126,158); }

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