Html Css Color HEX #CFA490 Rose

📋 copy color: '#CFA490'

red 207 ◦ green 164 ◦ blue 144

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

Shades of Rose #CFA490

Tints of Rose #CFA490

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.84%

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

R = 40.19%
G = 31.84%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFA490 (or 0xCFA490) is known color: Rose. HEX triplet: CF, A4 and 90. RGB value is (207,164,144). Sum of RGB (Red+Green+Blue) = 207+164+144=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 164 (64.45% from 255 or 31.84% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA490 is #305B6F. Grayscale: #AEAEAE. Windows color (decimal): -3169136 or 9479375. OLE color: 9479375.

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

Color convert

RGB 207 164 144 -
CMYK 0 0.21 0.30 0.19
HSL 19.05º 0.4% 0.69% -
HSV(B) 19.05º 0.3% 0.81% -
XYZ 44.04 41.83 32.14 -
YUV 174.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 207 164 144 0 0.21 0.30 0.19 19.05 0.4 0.69
Hex CF A4 90 0 15 1E 13 13 28 45
Octal 317 244 220 0 25 36 23 23 50 105
Binary 11001111 10100100 10010000 0 10101 11110 10011 10011 101000 1000101

Color Harmonies of #CFA490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA490

Black with #CFA490

Text Example


Text Example

White with #CFA490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA490; }

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

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

background-color css

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

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

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

border-color css

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

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

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