Html Css Color HEX #CB7F9C Puce

📋 copy color: '#CB7F9C'

red 203 ◦ green 127 ◦ blue 156

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

Shades of Puce #CB7F9C

Tints of Puce #CB7F9C

RGB

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

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

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

R = 41.77%
G = 26.13%
B = 32.1%

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

#CB7F9C (or 0xCB7F9C) is known color: Puce. HEX triplet: CB, 7F and 9C. RGB value is (203,127,156). Sum of RGB (Red+Green+Blue) = 203+127+156=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7F9C is #348063. Grayscale: #989898. Windows color (decimal): -3440740 or 10256331. OLE color: 10256331.

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

Color convert

RGB 203 127 156 -
CMYK 0 0.37 0.23 0.20
HSL 337.11º 0.42% 0.65% -
HSV(B) 337.11º 0.37% 0.8% -
XYZ 38.22 30.28 35.28 -
YUV 153.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 203 127 156 0 0.37 0.23 0.20 337.11 0.42 0.65
Hex CB 7F 9C 0 25 17 14 151 2A 41
Octal 313 177 234 0 45 27 24 521 52 101
Binary 11001011 1111111 10011100 0 100101 10111 10100 101010001 101010 1000001

Color Harmonies of #CB7F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F9C

Black with #CB7F9C

Text Example


Text Example

White with #CB7F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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