Html Css Color HEX #CF869B Puce

📋 copy color: '#CF869B'

red 207 ◦ green 134 ◦ blue 155

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

Shades of Puce #CF869B

Tints of Puce #CF869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.02%

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

R = 41.73%
G = 27.02%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CF869B (or 0xCF869B) is known color: Puce. HEX triplet: CF, 86 and 9B. RGB value is (207,134,155). Sum of RGB (Red+Green+Blue) = 207+134+155=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 155 (60.94% from 255 or 31.25% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CF869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF869B is #307964. Grayscale: #9E9E9E. Windows color (decimal): -3176805 or 10192591. OLE color: 10192591.

HSL color Cylindrical-coordinate representation of color #CF869B: hue angle of 342.74º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF869B is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 134 155 -
CMYK 0 0.35 0.25 0.19
HSL 342.74º 0.43% 0.67% -
HSV(B) 342.74º 0.35% 0.81% -
XYZ 40.17 32.68 35.2 -
YUV 158.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 207 134 155 0 0.35 0.25 0.19 342.74 0.43 0.67
Hex CF 86 9B 0 23 19 13 157 2B 43
Octal 317 206 233 0 43 31 23 527 53 103
Binary 11001111 10000110 10011011 0 100011 11001 10011 101010111 101011 1000011

Color Harmonies of #CF869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF869B

Black with #CF869B

Text Example


Text Example

White with #CF869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF869B; }

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

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

background-color css

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

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

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

border-color css

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

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

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