Html Css Color HEX #CD7C98 Puce

📋 copy color: '#CD7C98'

red 205 ◦ green 124 ◦ blue 152

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

Shades of Puce #CD7C98

Tints of Puce #CD7C98

RGB

 RED value IS 205 (80.47% from 255) = 42.62%

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

 BLUE value IS 152 (59.77% from 255) = 31.6%

R = 42.62%
G = 25.78%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD7C98 (or 0xCD7C98) is known color: Puce. HEX triplet: CD, 7C and 98. RGB value is (205,124,152). Sum of RGB (Red+Green+Blue) = 205+124+152=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 152 (59.77% from 255 or 31.60% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7C98 is #328367. Grayscale: #979797. Windows color (decimal): -3310440 or 9993421. OLE color: 9993421.

HSL color Cylindrical-coordinate representation of color #CD7C98: hue angle of 339.26º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7C98 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 152 -
CMYK 0 0.40 0.26 0.20
HSL 339.26º 0.45% 0.65% -
HSV(B) 339.26º 0.4% 0.8% -
XYZ 38.05 29.66 33.43 -
YUV 151.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 205 124 152 0 0.40 0.26 0.20 339.26 0.45 0.65
Hex CD 7C 98 0 28 1A 14 153 2D 41
Octal 315 174 230 0 50 32 24 523 55 101
Binary 11001101 1111100 10011000 0 101000 11010 10100 101010011 101101 1000001

Color Harmonies of #CD7C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C98

Black with #CD7C98

Text Example


Text Example

White with #CD7C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C98; }

 p { color: rgb(205,124,152); }

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

background-color css

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

 a { background-color: rgb(205,124,152); }

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

border-color css

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

 span { border-color: rgb(205,124,152); }

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