Html Css Color HEX #CF7FA5 Puce

📋 copy color: '#CF7FA5'

red 207 ◦ green 127 ◦ blue 165

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

Shades of Puce #CF7FA5

Tints of Puce #CF7FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.07%

R = 41.48%
G = 25.45%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CF7FA5 (or 0xCF7FA5) is known color: Puce. HEX triplet: CF, 7F and A5. RGB value is (207,127,165). Sum of RGB (Red+Green+Blue) = 207+127+165=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 165 (64.84% from 255 or 33.07% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FA5 is #30805A. Grayscale: #9B9B9B. Windows color (decimal): -3178587 or 10846159. OLE color: 10846159.

HSL color Cylindrical-coordinate representation of color #CF7FA5: hue angle of 331.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FA5 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 165 -
CMYK 0 0.39 0.20 0.19
HSL 331.5º 0.45% 0.65% -
HSV(B) 331.5º 0.39% 0.81% -
XYZ 40.11 31.16 39.5 -
YUV 155.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 207 127 165 0 0.39 0.20 0.19 331.5 0.45 0.65
Hex CF 7F A5 0 27 14 13 14C 2D 41
Octal 317 177 245 0 47 24 23 514 55 101
Binary 11001111 1111111 10100101 0 100111 10100 10011 101001100 101101 1000001

Color Harmonies of #CF7FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FA5

Black with #CF7FA5

Text Example


Text Example

White with #CF7FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FA5; }

 p { color: rgb(207,127,165); }

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

background-color css

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

 a { background-color: rgb(207,127,165); }

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

border-color css

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

 span { border-color: rgb(207,127,165); }

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