Html Css Color HEX #CFA290 Rose

📋 copy color: '#CFA290'

red 207 ◦ green 162 ◦ blue 144

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

Shades of Rose #CFA290

Tints of Rose #CFA290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.58%

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

R = 40.35%
G = 31.58%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CFA290 (or 0xCFA290) is known color: Rose. HEX triplet: CF, A2 and 90. RGB value is (207,162,144). Sum of RGB (Red+Green+Blue) = 207+162+144=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 162 (63.67% from 255 or 31.58% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA290 is #305D6F. Grayscale: #ADADAD. Windows color (decimal): -3169648 or 9478863. OLE color: 9478863.

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

Color convert

RGB 207 162 144 -
CMYK 0 0.22 0.30 0.19
HSL 17.14º 0.4% 0.69% -
HSV(B) 17.14º 0.3% 0.81% -
XYZ 43.69 41.12 32.02 -
YUV 173.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 207 162 144 0 0.22 0.30 0.19 17.14 0.4 0.69
Hex CF A2 90 0 16 1E 13 11 28 45
Octal 317 242 220 0 26 36 23 21 50 105
Binary 11001111 10100010 10010000 0 10110 11110 10011 10001 101000 1000101

Color Harmonies of #CFA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA290

Black with #CFA290

Text Example


Text Example

White with #CFA290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA290; }

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

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

background-color css

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

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

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

border-color css

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

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

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