Html Css Color HEX #CF7C9B Puce

📋 copy color: '#CF7C9B'

red 207 ◦ green 124 ◦ blue 155

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

Shades of Puce #CF7C9B

Tints of Puce #CF7C9B

RGB

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

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

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

R = 42.59%
G = 25.51%
B = 31.89%

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

#CF7C9B (or 0xCF7C9B) is known color: Puce. HEX triplet: CF, 7C and 9B. RGB value is (207,124,155). Sum of RGB (Red+Green+Blue) = 207+124+155=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7C9B is #308364. Grayscale: #989898. Windows color (decimal): -3179365 or 10190031. OLE color: 10190031.

HSL color Cylindrical-coordinate representation of color #CF7C9B: hue angle of 337.59º 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 #CF7C9B is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 124 155 -
CMYK 0 0.40 0.25 0.19
HSL 337.59º 0.46% 0.65% -
HSV(B) 337.59º 0.4% 0.81% -
XYZ 38.86 30.05 34.76 -
YUV 152.35 129.5 166.98 -
System Red Green Blue C M Y K H S L
Decimal 207 124 155 0 0.40 0.25 0.19 337.59 0.46 0.65
Hex CF 7C 9B 0 28 19 13 152 2E 41
Octal 317 174 233 0 50 31 23 522 56 101
Binary 11001111 1111100 10011011 0 101000 11001 10011 101010010 101110 1000001

Color Harmonies of #CF7C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7C9B

Black with #CF7C9B

Text Example


Text Example

White with #CF7C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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