Html Css Color HEX #CFA690 Rose

📋 copy color: '#CFA690'

red 207 ◦ green 166 ◦ blue 144

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

Shades of Rose #CFA690

Tints of Rose #CFA690

RGB

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

 GREEN value IS 166 (65.23% from 255) = 32.11%

 BLUE value IS 144 (56.64% from 255) = 27.85%

R = 40.04%
G = 32.11%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFA690 (or 0xCFA690) is known color: Rose. HEX triplet: CF, A6 and 90. RGB value is (207,166,144). Sum of RGB (Red+Green+Blue) = 207+166+144=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA690 is #30596F. Grayscale: #AFAFAF. Windows color (decimal): -3168624 or 9479887. OLE color: 9479887.

HSL color Cylindrical-coordinate representation of color #CFA690: hue angle of 20.95º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA690 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 144 -
CMYK 0 0.20 0.30 0.19
HSL 20.95º 0.4% 0.69% -
HSV(B) 20.95º 0.3% 0.81% -
XYZ 44.4 42.55 32.26 -
YUV 175.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 207 166 144 0 0.20 0.30 0.19 20.95 0.4 0.69
Hex CF A6 90 0 14 1E 13 15 28 45
Octal 317 246 220 0 24 36 23 25 50 105
Binary 11001111 10100110 10010000 0 10100 11110 10011 10101 101000 1000101

Color Harmonies of #CFA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA690

Black with #CFA690

Text Example


Text Example

White with #CFA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA690; }

 p { color: rgb(207,166,144); }

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

background-color css

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

 a { background-color: rgb(207,166,144); }

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

border-color css

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

 span { border-color: rgb(207,166,144); }

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