Html Css Color HEX #CB7C97 Puce

📋 copy color: '#CB7C97'

red 203 ◦ green 124 ◦ blue 151

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

Shades of Puce #CB7C97

Tints of Puce #CB7C97

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.94%

 BLUE value IS 151 (59.38% from 255) = 31.59%

R = 42.47%
G = 25.94%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CB7C97 (or 0xCB7C97) is known color: Puce. HEX triplet: CB, 7C and 97. RGB value is (203,124,151). Sum of RGB (Red+Green+Blue) = 203+124+151=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 124 (48.83% from 255 or 25.94% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7C97 is #348368. Grayscale: #969696. Windows color (decimal): -3441513 or 9927883. OLE color: 9927883.

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

Color convert

RGB 203 124 151 -
CMYK 0 0.39 0.26 0.20
HSL 339.49º 0.43% 0.64% -
HSV(B) 339.49º 0.39% 0.8% -
XYZ 37.42 29.35 32.97 -
YUV 150.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 203 124 151 0 0.39 0.26 0.20 339.49 0.43 0.64
Hex CB 7C 97 0 27 1A 14 153 2B 40
Octal 313 174 227 0 47 32 24 523 53 100
Binary 11001011 1111100 10010111 0 100111 11010 10100 101010011 101011 1000000

Color Harmonies of #CB7C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C97

Black with #CB7C97

Text Example


Text Example

White with #CB7C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C97; }

 p { color: rgb(203,124,151); }

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

background-color css

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

 a { background-color: rgb(203,124,151); }

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

border-color css

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

 span { border-color: rgb(203,124,151); }

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