Html Css Color HEX #CA946F Feldspar

📋 copy color: '#CA946F'

red 202 ◦ green 148 ◦ blue 111

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

Shades of Feldspar #CA946F

Tints of Feldspar #CA946F

RGB

 RED value IS 202 (79.3% from 255) = 43.82%

 GREEN value IS 148 (58.2% from 255) = 32.1%

 BLUE value IS 111 (43.75% from 255) = 24.08%

R = 43.82%
G = 32.1%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA946F (or 0xCA946F) is known color: Feldspar. HEX triplet: CA, 94 and 6F. RGB value is (202,148,111). Sum of RGB (Red+Green+Blue) = 202+148+111=461 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.82% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 202 - color contains mainly: red. Hex color #CA946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA946F is #356B90. Grayscale: #A0A0A0. Windows color (decimal): -3500945 or 7312586. OLE color: 7312586.

HSL color Cylindrical-coordinate representation of color #CA946F: hue angle of 24.4º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA946F is Cyan = 0, Magento = 0.27, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 148 111 -
CMYK 0 0.27 0.45 0.21
HSL 24.4º 0.46% 0.61% -
HSV(B) 24.4º 0.45% 0.79% -
XYZ 37.82 34.88 19.78 -
YUV 159.93 100.39 158.01 -
System Red Green Blue C M Y K H S L
Decimal 202 148 111 0 0.27 0.45 0.21 24.4 0.46 0.61
Hex CA 94 6F 0 1B 2D 15 18 2E 3D
Octal 312 224 157 0 33 55 25 30 56 75
Binary 11001010 10010100 1101111 0 11011 101101 10101 11000 101110 111101

Color Harmonies of #CA946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA946F

Black with #CA946F

Text Example


Text Example

White with #CA946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA946F; }

 p { color: rgb(202,148,111); }

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

background-color css

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

 a { background-color: rgb(202,148,111); }

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

border-color css

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

 span { border-color: rgb(202,148,111); }

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