Html Css Color HEX #CF829A Puce

📋 copy color: '#CF829A'

red 207 ◦ green 130 ◦ blue 154

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

Shades of Puce #CF829A

Tints of Puce #CF829A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.48%

 BLUE value IS 154 (60.55% from 255) = 31.36%

R = 42.16%
G = 26.48%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CF829A (or 0xCF829A) is known color: Puce. HEX triplet: CF, 82 and 9A. RGB value is (207,130,154). Sum of RGB (Red+Green+Blue) = 207+130+154=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF829A is #307D65. Grayscale: #9B9B9B. Windows color (decimal): -3177830 or 10126031. OLE color: 10126031.

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

Color convert

RGB 207 130 154 -
CMYK 0 0.37 0.26 0.19
HSL 341.3º 0.45% 0.66% -
HSV(B) 341.3º 0.37% 0.81% -
XYZ 39.55 31.56 34.58 -
YUV 155.76 127.01 164.55 -
System Red Green Blue C M Y K H S L
Decimal 207 130 154 0 0.37 0.26 0.19 341.3 0.45 0.66
Hex CF 82 9A 0 25 1A 13 155 2D 42
Octal 317 202 232 0 45 32 23 525 55 102
Binary 11001111 10000010 10011010 0 100101 11010 10011 101010101 101101 1000010

Color Harmonies of #CF829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF829A

Black with #CF829A

Text Example


Text Example

White with #CF829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF829A; }

 p { color: rgb(207,130,154); }

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

background-color css

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

 a { background-color: rgb(207,130,154); }

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

border-color css

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

 span { border-color: rgb(207,130,154); }

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