Html Css Color HEX #CF7D9B Puce

📋 copy color: '#CF7D9B'

red 207 ◦ green 125 ◦ blue 155

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

Shades of Puce #CF7D9B

Tints of Puce #CF7D9B

RGB

 RED value IS 207 (81.25% from 255) = 42.51%

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

 BLUE value IS 155 (60.94% from 255) = 31.83%

R = 42.51%
G = 25.67%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF7D9B (or 0xCF7D9B) is known color: Puce. HEX triplet: CF, 7D and 9B. RGB value is (207,125,155). Sum of RGB (Red+Green+Blue) = 207+125+155=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D9B is #308264. Grayscale: #989898. Windows color (decimal): -3179109 or 10190287. OLE color: 10190287.

HSL color Cylindrical-coordinate representation of color #CF7D9B: hue angle of 338.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7D9B is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 125 155 -
CMYK 0 0.40 0.25 0.19
HSL 338.05º 0.46% 0.65% -
HSV(B) 338.05º 0.4% 0.81% -
XYZ 38.98 30.3 34.8 -
YUV 152.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 207 125 155 0 0.40 0.25 0.19 338.05 0.46 0.65
Hex CF 7D 9B 0 28 19 13 152 2E 41
Octal 317 175 233 0 50 31 23 522 56 101
Binary 11001111 1111101 10011011 0 101000 11001 10011 101010010 101110 1000001

Color Harmonies of #CF7D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D9B

Black with #CF7D9B

Text Example


Text Example

White with #CF7D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D9B; }

 p { color: rgb(207,125,155); }

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

background-color css

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

 a { background-color: rgb(207,125,155); }

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

border-color css

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

 span { border-color: rgb(207,125,155); }

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